Blockland Forums > Help
ToggleEventEnabled Not Working?
Crøwn:
OnPlayerTouch could be the problem because it keeps activating the events.
-Jetz-:
Try using only one ToggleEventEnabled and only toggle between the other two events.
Gen. Hothauser:
--- Quote from: -Jetz- on January 18, 2012, 07:27:34 AM ---Try using only one ToggleEventEnabled and only toggle between the other two events.
--- End quote ---
i messed up, he had been doing this
--- Quote from: Crøwn on January 18, 2012, 07:21:25 AM ---OnPlayerTouch could be the problem because it keeps activating the events.
--- End quote ---
Should happen immediately, i think onplayertouch has a 20-50 millisecond respond time.
Im gunna try out your events and fix em up, idk why its not working.
iBlox / (-Nick-):
--- Quote from: -Jetz- on January 18, 2012, 07:27:34 AM ---Try using only one ToggleEventEnabled and only toggle between the other two events.
--- End quote ---
Actually, this is only part of the events, there are actually 2 more bricks I want the player to teleport to. So when the first person touches it, he teleports to brick1, the next time it's touched, he is teleported to brick2 and so on. So this wouldn't work. I should have mentioned this before.