Planning Your Route – Commands and Functions


You won't get anywhere in the SenseTalk landscape without Commands and Functions. We'll cover the important parts here, but for more information see Commands and Functions in the SenseTalk Reference guide.
Commands
Commands come in two forms: built-in commands with a custom syntax (like put 7 into x
); and generic commands. Generic commands can be used to call your own scripts or handlers. The generic command syntax is a single word (the command), optionally followed by one or more parameters separated by commas, with NO PARENTHESES:
myCommand p1,p2,p3
myOtherCommand