Page 1 of 1

Using the Console

Posted: Mon Jun 24, 2013 12:59 am
by Random
When one enters "?" in the console to bring up the menu there are a number of commands provided however, getting these to action when the turn runs has eluded me to date.

For example none of the following variations of the command to reset militancy has yielded the desired results, to reset militancy to zero:

ResetMilitancy<0>

ResetMilitancy 0

ResetMilitancy=0

ResetMilitancy0

ResetMilitancy <0>

The console is asking for a value after the ResetMilitancy command (for example). What format is needed to input that value so that the console command can fire when the turn is run.

Thanks in advance.

-C

Posted: Mon Jun 24, 2013 3:12 pm
by Pocus
It should be ResetMilitancy 0

and then after the new turn, it should be at 0... last time I tried, it worked?