Updated for PrC epic expansion
Updated for PrC epic expansion. Hooked up NUI spellcast menu. Full compile.
This commit is contained in:
12
_module/nss/prc_pwondeath.nss
Normal file
12
_module/nss/prc_pwondeath.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//:://////////////////////////////////////////////////
|
||||
//:: prc_pwondeath
|
||||
/*
|
||||
PRC8 OnDeath event handler for NPCs.
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SignalEvent(OBJECT_SELF, EventUserDefined(1007));
|
||||
}
|
||||
Reference in New Issue
Block a user