TheHordeUndead_PRC8/_module/nss/at_give66000xp.nss

15 lines
183 B
Plaintext
Raw Normal View History

#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
RewardPartyXP(60000, oPC, FALSE);
string sTag=GetTag(OBJECT_SELF);
SetLocalInt(oPC, sTag, 1);
}