Try taking out the campaign_wait commands. And you can use console_command puppify_my_love to make sure the monitor is being accessed. It's more obvious than adding money.
Try taking out the campaign_wait commands. And you can use console_command puppify_my_love to make sure the monitor is being accessed. It's more obvious than adding money.
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
Did I read somewhere that the cheat code for adding money to your own faction can only be used once per session? Maybe that makes your code bounce out of your monitor after the first add money?
It's not a map.
nikolai1962 you are both right and wrong at the same time. Its true that when you use add_money command in console you can use it only once, but you can use it inside script freely.
dsyrow1 your problem are wait commands. We at EB had lot of problems with them.
Its better not to use them inside monitors. Using them causes many strange behaviors.
Just drop them and your code should work fine.
Last edited by LorDBulA; 03-12-2006 at 16:18.
Thanks guys, you were right, but this effect is the most weird thing. In direct (non-monitor) scripting, I've found that not having wait after every console_command introduces weird behavior.
Bookmarks