• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Variable Nullify Method

Status
Not open for further replies.
Level 8
Joined
Mar 26, 2009
Messages
301
In one of the Hive tutorials, it says that a variable can be nullified by apointing to something that comes out with no value. Examples:
UNIT VARIABLE:
Set Unit = No Unit

ANOTHER FORM OF UNIT VARIABLE:
Set Unit = Dying Unit (In this case, if there is nothing comes out as "dying unit" it should be nullified automatically)

POINT VARIABLE
instead of "call udg loc" custom script line, using this:
Set Location = (Center of No region)
That should come up with no value and it will nullfy the variable. Can you verify all of this information?
 
Status
Not open for further replies.
Top