• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

random number

  1. E

    RESOLVED ..! how can we ensure that a random number is not selected again

    Create; global.roomno = irandom_range(1,4); global.rm_go = asset_get_index("q_room"+string(global.roomno)); Mouse Clicking; room_goto(global.rm_go); .. I'm organizing random rooms for quiz and I'd appreciate it if you help.
Top