OK.. I have all of my issues worked out... Almost...
I have 1 more thing that is killing me...
I have an object that is controlled by voice commands.
the voice commands should be limited to just the owner and whomever the owner places on the authorized list.
the authorized list also includes a player that is attached to this object because the player has to be able to pass commands to the object as well, since the player is using dialog boxes.
the thing is, I don't want the player to be able to say certain commands...
what I did was put an if statement in there to check to see if the person was the player, and if so. let him say other stuff, but not the admin stuff...
when I put these in, no matter what I say, it responds with the answer for the first if statement.
anybody else ever do this???
anyone have any ideas?