Automata basic

{CODE(ln=>3)}
state1 hit state2 x
state2 hit state1 x
state2 hit state1 y
^
shouldnt both x and y bang when returning from state2 to state1 ?

ya, could, but doesn’t. automata node only executes the first action.

also note that there is a bad bug with automata ever since: when changing its program it sometimes won’t bang out actions until you restart/reload the patch containing automata!