Search found 7 matches

by xHPx
Fri Jun 26, 2009 5:40 am
Forum: Map Vault
Topic: I_H8_U_M8's Warcraft Nations.
Replies: 7
Views: 11660

Re: I_H8_U_M8's Warcraft Nations.

The thing that caught my interest was the "morphing" as you call it. I am working on a similar system, I'll post it in a couple of hours.
by xHPx
Wed Jun 24, 2009 8:28 am
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Re: Variable help

Oh, I think I get it now. I'll go try. Thanks!
by xHPx
Wed Jun 24, 2009 8:25 am
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Re: Variable help

Because some of the variables are used by more than one trigger, and if they are local they are only avialable to that trigger. Or am I missing something?
by xHPx
Wed Jun 24, 2009 8:05 am
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Re: Variable help

I guess I'll have to merge all of the triggers together and use locals then. Thanks for the help :)
by xHPx
Wed Jun 24, 2009 7:50 am
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Re: Variable help

Region Destructible-Type Array Int Player Int String Unitgroud Point Terrain Type Array These are the variables. I know that terrain type array is TFT only, but there must be at least one other since it still says that it requires TFT after I delete it. Also, how do I declare the variables in JASS?...
by xHPx
Tue Jun 23, 2009 2:02 pm
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Re: Variable help

Here's one of the errors:
Line 34: Expected avariable name
The code:
set udg_Destructables[1] = 'LTlt'
They pop up when I remove the variables. Do I have to declare them within Jass if I remove them from the GUI? If so, how?
by xHPx
Tue Jun 23, 2009 12:02 pm
Forum: HELP
Topic: Variable help
Replies: 10
Views: 16589

Variable help

Hey, on my map I have used some TFT-only triggers, but I want the map to be RoC-playable. Usually this would be solved by just converting them to Jass, but then it says: - Expansion-only trigger functions, types, or values are being used (Trigger Editor) I guess this is because of the trigger variab...