Currently timera and timerb are predefined constants.
It seems like the types of underlaying variables should be predefined too, so there will be no need to add
var
TimerA : int
TimerB : int
end
to every script.
Maybe $ONMISSION (and other predefined variables) could be handled in same way too.
Currently
timeraandtimerbare predefined constants.It seems like the types of underlaying variables should be predefined too, so there will be no need to add
var
TimerA : int
TimerB : int
end
to every script.
Maybe
$ONMISSION(and other predefined variables) could be handled in same way too.