• 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.

[JASS] How to modify Globals?

Status
Not open for further replies.
Level 1
Joined
Mar 12, 2005
Messages
1
I was wondering how you can modify globs through jass in the WE.

I need a global region, however when I define a region through GUI it gives me a rect instead. :?
 
Level 2
Joined
Sep 13, 2004
Messages
8
First search the : Triggerdata.txt in your war3patch.mpq .
Ten , you must find a 'block' of variable type (integer ,real ... ) .There you must add your var type .

After this , go in UI\WorldEditStrings.txt and search again .
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
Regions that exist on map are like units that already exist on the map. They have strange names. So to be able to get that "name", just create a GUI trigger, refer to the region with an action and then convert to JASS. You should be able to find the region's name converted as well.

~Daelin
 
Status
Not open for further replies.
Top