What do you mean?
Does it work for IF and WHILE statements?
What do you mean?
Does it work for IF and WHILE statements?
For the glory of Rome
Nope, it has an import - the only conditions that work with if and while statements are prefixed with I_
Epistolary Richard's modding Rules of CoolCool modders make their mods with the :mod command line switch
If they don't, then Cool mod-users use the Mod Enabler (JSGME)
Cool modders use show_err
Cool modders use the tutorials database
Cool modders check out the Welcome to the Modding Forums! thread
Cool modders keep backups
Cool modders help each other out
Can you force ownership of a city? If so can I have the code please?
Hey Piko-Originally Posted by shadowstar
As an example, on turn #100 at the start of the Julii turn, this will give the Senate control of Antioch and then create two units of Hastati in Antioch.
This assumes the player is playing romans_julii. If not, the code gets more complicated because you'll need some sort of variable to return control of the correct faction to the player.Code:monitor_event FactionTurnStart FactionType romans_julii and I_TurnNumber = 100 console_command control romans_senate console_command capture_settlement Antioch console_command create_unit Antioch "roman hastati" 2 console_command control romans_julii terminate_monitor end_monitor
Last edited by Stuie; 05-03-2006 at 20:00.
Thanks, I needed this for RTR: under the eagle, hereby promoting it, please visit us at: http://forums.rometotalrealism.org/i...?showforum=157 . We're only just starting out but I'm sure this information's all going to help.Originally Posted by Stuie
Bookmarks