12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
|
//:://////////////////////////////////////////////////
|
||
|
//:: prc_pwondeath
|
||
|
/*
|
||
|
PRC8 OnDeath event handler for NPCs.
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SignalEvent(OBJECT_SELF, EventUserDefined(1007));
|
||
|
}
|