Untrusted Game (for developers)

Associate
OP
Joined
16 Apr 2007
Posts
2,208
I can't even COMMENT on how to get past level 2 ;)
So obvious but I didnt do it that way
I added
map.placeObject(1, 3, 'exit');
if (1==2)
before the line
map.placeObject(map.getWidth()-5, map.getHeight()-4, 'exit');


so that it used my exit instead of their exit :D
 
Back
Top Bottom