17 lines
409 B
Plaintext
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);
|
|
} |