You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sean Proctor edited this page Jun 10, 2013
·
1 revision
Script Token Format
The "tok" format describes a simple token-based / compressed format, where each line is prefixed with the string "\" , and suffixed with the string ".\" . In some cases, the prefix can contains upper-case characters that translate to various scripting commands.
Here is an example script in the tok format:
\#This is an example\.AABBCCL\hide\.L\look\.
The resulting script (as we would see it in a text editor) would be:
#This is an example
move n
move n
move ne
move ne
move e
move e
put hide
put look
This is the list of known character codes and the commands they map to: