Skip to content
Snippets Groups Projects
Commit a28f7427 authored by mcmlxxix's avatar mcmlxxix
Browse files

Added AI name display while taking turns.

parent b6beac60
No related branches found
No related tags found
No related merge requests found
......@@ -966,7 +966,7 @@ function PlayGame(gameNumber)
GameLog("####COMPUTER PLAYER TAKING TURN");
ClearLine(1,48);
console.gotoxy(2,1);
console.putmsg("\1r\1hPlease wait. Computer player " + (turn+1) + " taking turn.");
console.putmsg("\1r\1hPlease wait. " + g.players[turn].AI.name + " taking turn.");
mswait(750);
/////////////////////////////////////
g.players[turn].AI.turns=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment