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