07-28-2010, 01:10 PM
I've noticed some behavior I think is odd. I have a trigger that makes a platform appear. I then ride that platform out of a room, and then back. I hit the trigger again, and suddenly I have two platforms with the same id. Is that correct? I would have thought that I could only have one instance for a given id. In some cases it's forced me to define the trigger so that the id is in there twice: once for defining the object that will appear, and one for defining an object that must not be in the room within that trigger.
I wouldn't expect that I'd need to do that, and worse, because that
I wouldn't expect that I'd need to do that, and worse, because that
rulecan only take one id (not a comma separated list) it prevents me from using it for some other platform id as I think it was intended.


