HiddenTradition_PRC8/_module/nss/at_give50xp.nss
2024-06-20 15:47:42 -04:00

16 lines
405 B
Plaintext

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