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