| 05-18-2005, 02:50 PM | #1 |
Is it possible to add functions to my WE, without knowing too much about programming? I know i could use WEU, but id like to just add the functions i need, mostly for my own custom functions, without having to use Jass all the time... |
| 05-18-2005, 11:51 PM | #2 |
Simply edit UI\TriggerData.txt and UI\TriggerStrings.txt This should be quite possible without any programming knowledge, just look how it is done for the blizzard.j functions and you will see what you have to do. |
| 05-19-2005, 10:35 AM | #3 |
Okay... Thanks alot, i'll try it out... :) |
| 05-19-2005, 01:16 PM | #4 | |
Quote:
|
| 05-19-2005, 08:35 PM | #5 | |
Quote:
You might better learn JASS or give more time to it than sticking to GUI. |
| 05-19-2005, 10:10 PM | #6 | |
Quote:
Btw, if you look at it Vex, i would like to know, is there a way to solve my problem, so i don't have to use a Global Game Cache Variable? |
| 05-19-2005, 10:47 PM | #7 |
Isn't using JASS all the time easier for calling functions than GUI? And you must always use a global gamecache variable unless you don't like it to leak |
| 05-20-2005, 05:45 AM | #8 | |
Quote:
And thanks for the help on the Cache Thingy, i was trying to eliminate all use of variables, and i wondered if there was a way to get rid of the Cache one too, but i guess that one is needed. |
