Quote: --- Original message by: john117Hello can one of u please help me make a control panel so it turns off something i've been trying for ages and nothing seems to be working can someone help
P.S Im doing it in sapien
thank you for your help

Quote: --- Original message by: john117
you there stop being stupid
Please take the time to write in actual sentences so we know what you want...
Anyways I think you're saying that you want a device control that makes something happen.
You will need to create that object under controls in sapien and give it a name.
Then in script, you will put:
(sleep_until (= (device_get_position NAME) 1))
and then whatever it needs to do will be done when it is activated.