hi is there any way were you can creat a script that allows buildings to appear in building que on certain date.
like is there a guide or anything![]()
hi is there any way were you can creat a script that allows buildings to appear in building que on certain date.
like is there a guide or anything![]()
No.
But you can use a script to create a building given some event or condition (such as a specific turn number) in a specified settlement.
The truth is the most valuable thing we have. Let us economize it. - Mark Twain
do u know how to do that thenOriginally Posted by Atilius
for i really need to know
Pardon me for neglecting you oscar.
You would use an event monitor something like this in your script:
This would create an army_barracks building in Sparta on the 31st turn of the game if Sparta were controlled by the greek cities.Code:monitor_event FactionTurnStart FactionType greek_cities and I_TurnNumber = 31 and I_SettlementOwner Sparta = greek_cities console_command create_building Sparta "army_barracks" end_monitor
The truth is the most valuable thing we have. Let us economize it. - Mark Twain
atilius am i putting that in the descr_strat or where? i understand the scripting its just where each bit goes for me.
Hi,
you can must put it in the folder:data/scripts
Thanks . a lot
Bookmarks