• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Imported variable works but can't be further used

Status
Not open for further replies.
I recently imported a system into another map.
The system works fine in the new map so that's all hunkydory.
The issue is when I want to add to this imported system within the new map. I can't pick some of the variables that has been imported.
When looking at the variable manager I can see fx. an integer variable called integer_C.
It shows:
Name: integer_C
Type: Integer
Initial Value: - None - (where it would normally say 0)

If I click this variable the little edit window pops up. The name is shown but the type drop-down window is blank.
If I change it to "integer" which it is and click "ok", everywhere it is used becomes an invalid field and has to be re-coded. I can, however, use it again.

Is there any way I can make it usable again without having to re-write the code where it is being used?


For the record.
I have checked the "automatically create unknown variables while pasting trigger data".
 
Status
Not open for further replies.
Top