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

Call RemoveRect - question

Status
Not open for further replies.
Level 21
Joined
Mar 16, 2008
Messages
958
if i have a region variable

and i do Call RemoveRect(udg_regionvariable)

will that 1) delete the region off the map? or 2) delete the variable? or 3) delete what the variable is set to and keep the variable and region on the map?

does that make sense?
 
Level 21
Joined
Mar 16, 2008
Messages
958
the region will continue to exist on the map with that command. it only clears what that variable is set to. correct?

  • Custom script: call RemoveRect(udg_recent_defeated_king_base)
  • Set VariableSet recent_defeated_king_base = Red king base <gen>
 
Status
Not open for further replies.
Top