Changed folder name.
Changed folder name.
This commit is contained in:
13
_module/nss/queendeath.nss
Normal file
13
_module/nss/queendeath.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
void main()
|
||||
{
|
||||
SpeakString("NOOOOO! NOOOOOO! AAARGH! I CURSE YOUR SOUL FOR ETERNITY!!!!!" );
|
||||
if(GetSpawnInCondition(NW_FLAG_DEATH_EVENT))
|
||||
{
|
||||
SignalEvent(OBJECT_SELF, EventUserDefined(1007));
|
||||
}
|
||||
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user