17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
* call_ondying.nss
|
||
|
*
|
||
|
* OnPlayerDying event caller
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("prc_ondying", OBJECT_SELF);
|
||
|
|
||
|
ExecuteScript("bleeding", OBJECT_SELF);
|
||
|
|
||
|
}
|