HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

how do you set a variable to Null with GUI triggers?

04-13-2006, 04:42 PM#1
Exilus
want to know how do i set a variable to null.
04-13-2006, 04:54 PM#2
Captain Griffen
Why do you want to? You can't, by the way. There also isn't much point. You can destroy variables with custom script though, and also set them to null with custom scripts.
04-13-2006, 05:22 PM#3
blu_da_noob
For some variable types you can. For example, for unit variables GUI has the option of setting them to 'No unit', and while I haven't checked, it would seem fairly logical that it would be null.
04-13-2006, 05:40 PM#4
Vuen
Yes, it is null. You can set virtually any object type to null in GUI, via the "No <type>" option.