GML Playground 2 created by Rwilson
Category: Puzzle
1 of 1
Added: 07 June 2009
Created by: Rwilson
Version: 1
Game description: If you like coding and you think you have what it takes to find my password, just try to widdle your way through this web of hints and clues! If you are smart enough to find the password PM it to me and any ... (more)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
Comments
snowyowl said 167 days ago
It's your own fault if you execute faulty code. Sorry.
You're supposed to type some GML that you want executed into the message box. That's the idea, really.
jace said 167 days ago
COMPILATION ERROR in string to be executed
Error in code at line 1:
i'm part of a coverup
at position 2: Assignment operator expected.






dude42 said 93 days ago
Report to Staff
ultra cloning: plz copy and paste in game
{ var numb; numb = get_integer('Give the number of people:',0) repeat (numb){ instance_create(random(640),random(480),o_guy);} if (numb > 1000){ show_message('too many')game_restart()}if (instance_number(o_guy) > 1000){show_message('cleaning up ')game_restart()}}