Quote:
Originally Posted by Crow
Wouldn't bet on that one. Vars you have set to nil or null in the past still appear in database npcs, too. When you set them to an empty string, they dont.
|
Wrong.
Variables/arrays disappear when set to NULL,
strings disappear when set to "" (empty string), and
TStaticVar's when clearVars()'ed. At least if my memory serves me right.