Switch off
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: switch_off xxxxxxxx/register
- xxxxxxxx = Integer of switch id to toggle off. (A register can also be used)
Use
Used to toggle a switch off based on its switch ID. To toggle on use switch_on
Example
100: switch_off 00000001 //Switch off switch with ID 1.
ret