So just further and why I was asking if 57.3 is a development version, I have made all the changes for the upgrade but Im getting the following error on most of my timers.
This is from attract mode. When I have this in my attract timer
- event: s_right_flipper_active
action: restart
I get this Error
jump() got multiple values for argument 'timer_value'
When I replaced it with Jump (see below) it works, but I'm somewhat confused on what has changed with timers.
textscroll:
start_value: 90
end_value: 0
direction: down
tick_interval: 1.5s
control_events:
- event: s_select_weapon_active
action: pause
value: 5
# - event: s_right_flipper_active
# action: restart
- event: s_right_flipper_active
action: jump
value: 90
start_running: true
restart_on_complete: true