Script

Executes a script

start_script(str)

Starts executing a script in the background.

Example

script = '''walk,6434,1094,-32
walk,6435,1087,-32
walk,6435,1078,-32
walk,6441,1072,-32
walk,6448,1056,-32
walk,6450,1044,-32
walk,6449,1035,-32
walk,6442,1030,-32
walk,6434,1026,-32
walk,6431,1026,-32
'''

start_script(script)

stop_script()

Stops executing a script.

Last updated