HiddenTradition_PRC8/_module/nss/at_give50xp.nss

16 lines
405 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_give50xp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/15/2002 5:54:13 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(50, GetPCSpeaker());
}