more like turn-cringe rpg

This commit is contained in:
the me 2022-08-18 13:50:51 -07:00
parent 26eabf966d
commit dcd717febe
4 changed files with 22 additions and 1 deletions

View file

@ -65,4 +65,6 @@ var i;
for (i=0; i<array_length(global.units[global.turn]); i++) {
if global.units[global.turn][i].waiting = false exit;
}
global.turn = (global.turn+1)%2;
c_dewait(global.turn);
global.turn = (global.turn+1)%2;
log("TURN " + string(global.turn));