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 :thinking2:
Printable View
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 :thinking2:
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.
do u know how to do that then :grin:Quote:
Originally 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
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
Check out ER's awesome scripting guide in the scriptorium(coincidence?) and you will surely find your answer.
Cheers,
RM3
Thanks . a lot