Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
...without interfering with the rest of the triggers? I am asking this because I am editing a map from a Polish developer and all his names and vars are in Polish.
So can I change them without risking to break anything?
...without interfering with the rest of the triggers? I am asking this because I am editing a map from a Polish developer and all his names and vars are in Polish.
So can I change them without risking to break anything?
It should be fine. Changing variable names will automatically update the name of it in all the triggers, so nothing will break, assuming it is all in GUI. This will not automatically update JASS triggers or custom scripts. In those cases, you'll have to manually change them to match the new variable name. However, it shouldn't be too hard. Just find the instances of the old variable name, and change them to the new one.
However, I'm not sure why "WEU" is in the title. This is doable in the regular editor, not just WEU. Unless you are talking about something else.
Even in JASS the variables get automatically fixed if you change names with GUI. (at least in JNGP for me) But custom scripts have to be changed by your own.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.