ive used the "typeof" command in scripts before like this
_type = typeof _object
and then used
? type != typeof _object
to check whether it still exists (i think thats the right syntax, either way i can get it to work)
however, i was just wondering what the command returns. i looked it up in the comref but "typeof" isnt in there - least not in the official comref. could anyone quickly tell me if they know?
thanks