So, I'm working on a custom campaign. Right now I'm just working on triggered abilities, which naturally use tons of triggers (thats fine) and variables (not fine). I understand the only way to create and set local variables is through Jass. Most of you are going to tell me "Oh, just learn Jass, its easy!" and I don't disagree, I would just rather not.
My question is, if I finish all my triggers in GUI and get them all working (create them in one map with all global variables) can I do the "convert to code" option and just go through each trigger word by word changing all my global variables to locals?
It would be a ton easier if I just had to copy/paste one trigger folder from map to map than triggers and variables and worry about overlapping and what if I had to change one in one map and... you get the point.
Plus it would make the triggers nicer to my computer
My question is, if I finish all my triggers in GUI and get them all working (create them in one map with all global variables) can I do the "convert to code" option and just go through each trigger word by word changing all my global variables to locals?
It would be a ton easier if I just had to copy/paste one trigger folder from map to map than triggers and variables and worry about overlapping and what if I had to change one in one map and... you get the point.
Plus it would make the triggers nicer to my computer