Nefliqus Prince Joined Sep 16, 2010 Messages 400 Location Poland Oct 22, 2011 #1 how to end turn by LUA command?
Gedemon Modder Super Moderator Joined Oct 4, 2004 Messages 12,793 Location France Oct 22, 2011 #2 Code: Game.DoControl(GameInfoTypes.CONTROL_ENDTURN) it won't work if there's a blocking condition (like needing to select promotion, policy, etc...)
Code: Game.DoControl(GameInfoTypes.CONTROL_ENDTURN) it won't work if there's a blocking condition (like needing to select promotion, policy, etc...)
Nefliqus Prince Joined Sep 16, 2010 Messages 400 Location Poland Oct 22, 2011 #3 Gedemon said: Code: Game.DoControl(GameInfoTypes.CONTROL_ENDTURN) it won't work if there's a blocking condition (like needing to select promotion, policy, etc...) Click to expand... thx...
Gedemon said: Code: Game.DoControl(GameInfoTypes.CONTROL_ENDTURN) it won't work if there's a blocking condition (like needing to select promotion, policy, etc...) Click to expand... thx...