I get this error message in game when I call this.
Catalog - Set value of Units waveType[i] SeparationRadius for player 7 to (String(0.001) with Any Precision decimal places)
I can call the exact same thing but with movement speed and no errors.
What am I doing wrong?
Check upgrades, in my experience if upgrade can't change it - then catalog can't change it either. I've seen catalog link replace being able to change some stuff usually unaffected by upgrades, but I haven't seen anyone toy with it, so if that won't work - tough luck, will need to make a cloned unit type and use morph, as Intanjir suggested.
I get this error message in game when I call this. Catalog - Set value of Units waveType[i] SeparationRadius for player 7 to (String(0.001) with Any Precision decimal places) I can call the exact same thing but with movement speed and no errors. What am I doing wrong?
@penguinwars: Go
Some catalog fields can be changed in game and some can't. You might try using upgrades or morphs instead.
Whats the error message?
@SoulTaker916: Go
the error message is the title of the thread
@penguinwars: Go
Check upgrades, in my experience if upgrade can't change it - then catalog can't change it either. I've seen catalog link replace being able to change some stuff usually unaffected by upgrades, but I haven't seen anyone toy with it, so if that won't work - tough luck, will need to make a cloned unit type and use morph, as Intanjir suggested.
Some values need to be constant ingame for technical reasons, which is way you cant change all catalog values on the fly.