|
TiamKrynn Newbie
Joined: 10 Aug 2003 Posts: 4 Location: USA
|
Posted: Sat Aug 16, 2003 1:44 am
Command List |
Does anyone know where I can find a comprehensive list of commands for the command line and also for the trigger/alias/class/ editing window for version 6.62?
what I'm looking for is some text on commands similar to:
#trigger {} {}
#alias {}
#var
#class
and what not
I'd like to understand why certain lines do certain things and be able to better write my own triggers, captures, and window creations. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sat Aug 16, 2003 7:46 am |
Try the help file? Cut and paste from the top lines of them:
TRIGGER
Syntax: #TR [id] pattern command [classname] [options]
ALIAS
Syntax: #AL [aliasname] [string] [classname]
VARIABLE
Syntax: #VA [variable] [value] [defaultval] [classname]
CLASS
Syntax: #CLA [classname] [state|options] |
|
|
|
Bremen Novice
Joined: 26 Dec 2002 Posts: 33 Location: USA
|
Posted: Sun Aug 17, 2003 5:48 am |
There's also the Command and Function Wizards under Help, which is good for just briefly scrolling through all the available commands/functions and their purposes.
|
|
|
|
|
|