is there a way ? to lock morale for 6.4 or adding lock_morale to atributes on every unit export_descr_unit is the only way ?
is there a way ? to lock morale for 6.4 or adding lock_morale to atributes on every unit export_descr_unit is the only way ?
I'd go with adding lock_morale.
I think you'll have to do it manually for every unit...
I thought there was a way of turning off morale for all units in one hit. I'm not at home at the moment so I can't check but it just rings a vague bell![]()
You might, instead of manually doing it, be able to use the replace all function. I don't remember which line it was, but if for example the line where lock_morale goes is called "attribute" (which it isn't), you could probably use replace all and replace "attribute" with "attribute lock_morale"
Er...or you could do what he said in the above post