PoA_PRC8/module/nss/prc_pwondeath.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

17 lines
409 B
Plaintext

//:://////////////////////////////////////////////////
//:: 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);
}