Page 1 of 1

Setting turn limits in the random games.

Posted: Sun Jun 14, 2015 5:13 pm
by skyberry
Is there a way to set turn limits in the random games?I know turn limit can be set in the events but I dont know how this is done.thank you.

RE: Setting turn limits in the random games.

Posted: Sun Jul 19, 2015 1:48 am
by Jeffrey H.
ORIGINAL: skyberry

Is there a way to set turn limits in the random games?I know turn limit can be set in the events but I dont know how this is done.thank you.

The editor is the only way, I think it would be fairly simple once you've started messing around in the greasy innards of it.

It's kind of an interesting idea, might lead to some different kind of games.


RE: Setting turn limits in the random games.

Posted: Sun Jul 19, 2015 12:29 pm
by Vic
It would need an event with appropriate scripting lines indeed.

Something like:

if round == x
..calculate scores of all players (like VP * 10.000 + army power)
..setting the highest scoring player as the winner
..generating a message for all players displaying the scores and the winner
..block the event from executing again
end if

best wishes,
Vic