Changed folder name.
Changed folder name.
This commit is contained in:
17
_module/nss/prc_pwondeath.nss
Normal file
17
_module/nss/prc_pwondeath.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//:://////////////////////////////////////////////////
|
||||
//:: PRC_PWONDEATH
|
||||
/*
|
||||
PRC's OnDeath event handler for NPCs.
|
||||
|
||||
Just hands out XP
|
||||
*/
|
||||
//:://////////////////////////////////////////////////
|
||||
//:: Copyright (c) 2002 Floodgate Entertainment
|
||||
//:: Created By: Naomi Novik
|
||||
//:: Created On: 12/22/2002
|
||||
//:://////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user