: I'm new to using Forge, and I aim too high for my own good. I'm attempting to
: make a really tricky map that involves odd features that I want to use,
: but I don't know if they're possible. Here's what I want to do/have:
: -Switch that locks certain doors.
: -Switch that teleports all players into one room.
: -Switch that does two(or more) things at once.
: -Switch that randomly chooses between two things to do.
: I don't know if any of these are possible, but I just wanted to know. If
: anyone has any information, I'd appreciate it. Thank you.
First: I don't think locked and unlocked are possible. However, you can create a door in front of the door in question that is considered constantly locked and trigger it to move up or down through a switch...I think. This should have the net effect of making a door locked.
Teleportation switch: probably not, though perhaps possible with Lua.
Two or more things: Tag switches. :)
Random things: there might be something that you can do with enemy behavior, but I don't think that that stuff is truly random. Again, Lua might be your answer.