Thanks guys
Scn NVIntKatzBathDoorScript int bfixed ;1=player has shot the door mechanism int bshowmessage int ibuttonBegin Onactivate if bfixed Activate else showmessage NVIntKatzBathDoorMessage01 set bshowmessage to 1 endifEndBegin GameMode set iButton to GetButtonPressed if ibutton == 0 return elseif (ibutton == 1) set bfixed to 1 showmessage NVIntKatzBathDoorShotOutRewardXP 35 Activate endif endif endifEnd
wolf