// op6_next void main() { int nBase=GetLocalInt(GetPCSpeaker(),"nCarpetBase"); nBase=nBase+10; SetLocalInt(GetPCSpeaker(),"nCarpetBase",nBase); }