PoA_PRC8/module/nss/queendeath.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

14 lines
283 B
Plaintext

#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);
}