Hey, I'm currently learning jass and I guess I make some progress. Now I have a question though, and I don't see it answered so far.
As I read tutorials on this site, it said you should use a local variable for triggers, like local trigger t = createtrigger() etc.
Problem is, I need an initialization trigger and it will only run on initialization if I use no local variable. Does this matter in terms of leak? Is there another way? Maybe with vjass?
As I read tutorials on this site, it said you should use a local variable for triggers, like local trigger t = createtrigger() etc.
Problem is, I need an initialization trigger and it will only run on initialization if I use no local variable. Does this matter in terms of leak? Is there another way? Maybe with vjass?