Tutorial¶
starting the Spin-Scenario environment¶
- Open the terminal and start the environment with
spin-scenario. - To run a scenario script, simply use the command like
load("fid.lua"). - To switch to old script, just use
upanddownkey. - To quit the program, use
q.
Spin-Scenario script execution in terminal¶
Alternatively, users may also execute the scenario script in terminal like spin-scenario fid.lua, please make sure that the script file locates at the current path of the terminal.
