Skip to content

action_sequence_script

mithrendal edited this page Sep 27, 2020 · 18 revisions

action sequence script

single actions

a single character

simulates a keyboard press, for example B for drop a bomb

a character sequence

enclosed in single quotes like 'load"$",8,1'

you can chain actions together with the => operator

examples: j1fire1=>100ms=>j1fire0

simple loops

simple loops expressed this way: loop5{j1fire1=>100ms=>j1fire0=>150ms}

the number directly after the keyword loop expresses how often the loop has to be repeated

Clone this wiki locally