Okay, there's a prefab on Prefabland that demonstrates this, but it's a broken link, so I turn here for help.
I'm looking to create something that requires a lot of buttons to be pressed in a certain sequence. (It's actually a DDR machine, but for all practical purposes assume I need a keypad.) I'm really not good with entities, so does anyone have some kind of tutorial that talks about how to do this?
In case this isn't totally clear, this is what I need to do:
There are 4 buttons on the ground. To access the next part of the secret, the player has to jump on the buttons 12 times in a certain sequence (say, up right right left down up down left left right down down). If they do the right sequence, a door opens (or something). If they don't, nothing happens.
Any help would be appreciated. Thanks.