Get Input and Timers
ackthrice
24 Jun 2022, 11:50Does Get Input advance turnscripts/counters? My instinct is that it doesn't but I can't find confirmation of that.
mrangel
24 Jun 2022, 17:00I would think not, because turnscripts are run from the function FinishTurn
, which is now run by the parser whenever a command is successfully executed.