Skip to content

Add ACS branch limit and implement printKill

Lactozilla requested to merge Lactozilla/RingRacers:acs-printkill into master

Implements Environment::printKill, so that errors that interrupt ACS scripts (branch limit, unknown opcode or function, OOB branch) are shown in the console.

Also, sets the environment's branch limit, to prevent runaway scripts from freezing the game.

Edited by Lactozilla

Merge request reports