• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

WEU: Can I rename existing variables/categories/quests?

Status
Not open for further replies.
Level 4
Joined
Jul 25, 2007
Messages
79
...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.
 
Level 4
Joined
Jul 25, 2007
Messages
79
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.
I got confused about the forums category descriptions! I was using WEU and wanted to avoid unneedless trouble.

Stupid question: Categories and triggers in the Trigger Editor can't be renamed?
 
Status
Not open for further replies.
Top