How can I get the stored data on an object?
I have a device brilliantly named 'device1' and tagged the same. I'm trying to get the 0 or 1 from data stored on the object. The script stops on the second line here with an "Error parsing variable list". I've googled and searched the Lexicon, so what am I doing wrong?
object oDevice1 = GetObjectByTag("device1");int GetLocalInt(oDevice1, "ACTIVATED_STATE");
((also, I am assuming that this only checks for tags of the same name within the area and not get a random variable from another 'device1' five areas away. Is that something I need to worry about?))