Added Deep Caves tileset. Recreated Troll Mound & all related NPCs & items to be closer to PnP. Full compile.
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
// call_ondying
|
|
/////////////////////////////////////////////////////////////////////
|
|
/*
|
|
Fires when the player is dying.
|
|
*/
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_ondying", OBJECT_SELF);
|
|
ExecuteScript("nw_o0_dying", OBJECT_SELF);
|
|
}
|