void main() { int amount = 500; object oPC = GetPCSpeaker(); SetLocalInt( oPC, "MN_GRANTXP", amount ); ExecuteScript("mn_xprod_award", oPC); }