PoA_PRC8/_module/nss/prc_pwondeath.nss

17 lines
409 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//:://////////////////////////////////////////////////
//:: 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);
}