RATDOG/_module/nss/call_ondeath.nss
Jaysyn904 0e50bac3bc Added Deep Caves tileset.
Added Deep Caves tileset.  Recreated Troll Mound & all related NPCs & items to be closer to PnP. Full compile.
2022-12-10 23:27:18 -05:00

13 lines
306 B
Plaintext

// call_ondeath
/////////////////////////////////////////////////////////////////////
/*
Fires when the player dies.
*/
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
ExecuteScript("nw_o0_death", OBJECT_SELF);
}