I am trying to create my first game, it's like an adventure/dungeon crawl game. I have multiple floors, doors, secret areas, and big plans for finishing it out. However, I want the doors to be locked until a certain condition has been met. Is that possible somehow?
Additionally, I would like each door unlock to be player specific. For example if there are three players in the game, and the first door unlocks at character level 3, I only want players level 3 or above to pass freely through the door while locking out players level 2 and below. Is that possible? Or am I dreaming too big?
I do have some coding background, and I saw there are some code inputs that can be inserted into objects. I haven't fully checked those out yet, but plan on doing that in the near future after I finish the actual map and decorations.
Thanks in advanced for your help!