HI i'm new to the forum and i have a question to ask.is there something wrong with my script.i've set it on two kobolds and are meant to give me tons of exp to level up.but they only give me 20.here is my script can someone check it.
void main()
{
object oPC = GetPCSpeaker();
SetXP(oPC,99999);
}
Please help me?