I want to include a puzzle into my game that I've seen done on other apps but not sure if possible with game salad.
I want to have three light switches that activate a door open only when they pressed in the correct sequence. if the user gets the sequence wrong the sequence resets. For example out of three switches (1st-2nd-3rd) the user would need to select the switches in this order (2nd-1st-3rd) in order for it to be a success. any idea on how to go about something like this? I thought about using tables some how but i don't have very much experience with that. thank you!