Hi.
The platform behavior does not have the "is enabled" condition.
How do I find out if an object has the platform behavior activated ?.
You will have to give that platform object an instance variable. For example... pick boolean. Call it like platformactive. Now you can check if the platform objects instance variable platformactive is True do this and if it's False do this. Hope this helps!