// npcact_cms_can1h void main() { int nAmount=-100; object oPC=GetPCSpeaker(); int nS=GetLocalInt(oPC,"nCMSSelection"); nS=nS+nAmount; SetLocalInt(oPC,"nCMSSelection",nS); }