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

I can't import Location Variable ?

Status
Not open for further replies.
Level 33
Joined
Mar 27, 2008
Messages
8,035
As you know, you can easily import Triggers under Trigger Folder, if you just copy the Folder and paste it in your map.
The thing is, in that trigger, it includes the usage of Location/Point variables.
When I copy the Trigger Folder to my map, everything is imported nicely (Reals, Integers, Units), except Location/Point Variable, why ?
Are they meant to not be imported via copy-paste ?

What I meant by this is, the Location variable does not get imported at all, making the trigger, broken (expected a variable name).

And yes, I am sure that I have ticked the Automatically create unknown variables while pasting trigger data.

Am I the only one getting this ?
 
Level 10
Joined
Jun 6, 2007
Messages
392
Are you using that variable only in custom script? As far as I know, it creates variables only if they are used in gui. Try adding this in the beginning of your trigger

set loc = loc

Of course, that does practically nothing, but it should be enough to create that variable.
 
Status
Not open for further replies.
Top