GML Playground 2 created by Rwilson
Category: Puzzle
Current rating
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.







dude42 said over 2 years ago
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()}}
dude42 said over 2 years ago
cloning :D instance_create(x,y,o_guy)
DUH!!!
snowyowl said over 2 years 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 over 2 years 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.