// ipj_set_lvl - set starting level void main() { object oPC=GetPCSpeaker(); int nXP=GetLocalInt(GetModule(),"nGSStartingXP"); SetXP(oPC,nXP); }