leave siege equipment availability
Hi everybody
I’m new to RTW moding, so please excuse me, if I’m popping up questions that were already discussed. I checked forum and did not found answers.
On the tactical battle map - is that possible to make “leave siege equipment” command available all the time for missile-siege units (such as ballista)?
Thanks in advance
Re: leave siege equipment availability
I don't that possible. But if you order the unit to attack an enemy with right click the handlers do leave the engine.
Re: leave siege equipment availability
Quote:
But if you order the unit to attack an enemy with right click the handlers do leave the engine.
I think that's your best bet. I don't think it's possible to mod it in.
Re: leave siege equipment availability
It may be possible to script something like...
Code:
monitor_event BattleEnemyUnitAttacksPlayerUnit BattlePlayerUnitCategory= siege
enable_ui toggle_special_ability
end_monitor
It may work... or it may cause a CTD... but in all honesty, it doesn't really seem to be worth the effort ~;p
Re: leave siege equipment availability
Thanks you all.
2HouseOfHam - you are probably right.
Re: leave siege equipment availability
Quote:
It may work... or it may cause a CTD
I'd bet on CTD... :wink: