49
edits
| Line 18: | Line 18: | ||
: [[MACRO alias|alias]] - alias, /alias - New named script. Will change existing alias if already created. | : [[MACRO alias|alias]] - alias, /alias - New named script. Will change existing alias if already created. | ||
: [[MACRO bind|bind]] - bind, /bind - Key to script. Map a key to a script block. | : [[MACRO bind|bind]] - bind, /bind - Key to script. Map a key to a script block. | ||
: [[MACRO echo|echo]] - echo, /echo - Write text to log only. Print text to current console but not the file. | |||
: [[MACRO echo|echo]] - echo, /echo - | : [[MACRO bind|print]] - print, /print - Write text to log and file. Print text to current console and to file. | ||
: [[MACRO bind|print]] - print, /print - | : [[MACRO bind|context]] - context, /context - Change context. Change current context to named context from current context's context list. | ||
: [[MACRO bind|context]] - context, /context - | : [[MACRO bind|run]] - run, /run - Load and run script file. Run a named script file. Name must include extension. | ||
: [[MACRO bind|run]] - run, /run - | |||