1) Yes, there's no limit that we've found so far on the number of advice threads/triggers. You must remember to add any new advice thread entry to export_descr_advice_enums as well.
2) It's in text/export_advice
1) Yes, there's no limit that we've found so far on the number of advice threads/triggers. You must remember to add any new advice thread entry to export_descr_advice_enums as well.
2) It's in text/export_advice
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
If I wanted to make a trigger for a certain year, what would the whentotest and the condition be?
For WhenToTest you could use "FactionTurnStart". For year, you actually need to determine what turn number it is (two turns per year in the normal game) and then use "Condition I_TurnNumber = xxx".Originally Posted by LordHazard
Bookmarks