I'm trying to program it so that you have to put in a password to access a broadcast allowing it to work. Example if you type power it would let me activate a laster. How could I do this?
Offline
wait untill key is pressed (P)
wait untill key is pressed (o)
wait untill key is pressed (w)
wait untill key is pressed (e)
wait untill key is pressed (r)
Broadcast
easy right?
Offline
Thanks. It works.
Last edited by Cheeseboi1337 (2009-01-21 14:58:08)
Offline
Except you could press pdofwejr and it would still work, because you are still typing power, just with extra characters.
Offline
you could run a couple of long if statements to fix that...
Offline