@title Remote button @param c Display off (0=no, 1=yes) @default c 1 rem Turn off LCD display get_prop 105 e if c<>0 & e<>2 then for n=0 to (2-e) click "display" next n endif goto "shoot" :shoot while 1 wait_click 1 if is_key "remote" then shoot wend end