aboutsummaryrefslogtreecommitdiff
path: root/examples/example-script.rsb
Commit message (Collapse)AuthorAgeFilesLines
* model: make link quality changes scriptableMarco Capitani2018-03-281-0/+4
| | | | | | | | Added method accepting only ints and floats to allow scripting link quality changes (see example-script additions) Also added general purpose `sb.schedule_action` method
* model: make DIFs scriptableMarco Capitani2018-03-261-1/+3
| | | | | | | DIFs instances can now be referenced inside .rsb files. Also changed Node.set_link_state function to accept a DIF as opposed to an IPCP, since IPCPs are not given a name nor mentioned is user scripts.
* storyboard: add replayabilityMarco Capitani2018-03-161-0/+40
implements #27