unlock

  1. kureoni

    room unlock

    I want to make sure that the player can only go to the next room if he killed all the obj_monsters instances of in the previous room the only way to do that is through global variables and etc? can someone show me how? (if I do that, my game is basically finished) (situation: i have some...
  2. M4nu

    Password System Unlock / Voucher System

    Hello GMC! I have a password system set up at the beginning of my little game which only upon right entry of the password, it unlocks the game. The code I used in the create event is: unlock = get_string("Please Enter your voucher code in the box below","You are super close") if unlock =...
  3. H

    Legacy GM How to make a progressive level unlock / select system

    Hello! I'm trying to make a progressive level unlock (and level select) system in my game. There are over 30 levels in the game right now, but every single one is unlocked on the level select screen when you start the game. I would like to only have level 1 unlocked at the start, and that you...
  4. J

    Locked Levels

    Ok so! I dont know what is wrong with this code: I made create event for LEVEL_UNLOCKED and I made creation event like level = 0; , level = 1; , level = 2; Can somebody help?When I run the game nothing happends with levels(I mean msg).And this is left pressed event! switch(level){ case 0: {...
Top