TheHordeUndead_PRC8/_module/nss/at_give66000xp.nss
Jaysyn904 f9f89b27cc Added dialog to raise new players to 12th lvl
Added dialog to raise new players to 12th lvl
2024-01-24 23:09:25 -05:00

15 lines
183 B
Plaintext

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