Cheat System 2008 lite edition created by jack
Category: Utility
Current rating
Added: 10 February 2008
Created by: jack
Version: 1
Game description: the cheat system 2008 for game maker 7.0 lite.
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
Page 1/5
















Kurty kool said over 3 years ago
yes...
but can those be used for lite?
give that some thought...
GMexpert said over 3 years ago
In fact, gamer 1197 is NOT right. The 'best' way to do this is using a switch with a get_string() function in it. Though if you don't know gml I'd advice you guys to check mah cheat codes library.
gamer_1197 said over 3 years ago
this is pointless!
the best way to make a cheat system (in my opinion) is this:
var ch;
ch=get_string("What cheat?",'');
if ch="morelives" { lives+=1 } // put whatever cheatcode you want here and the action inside the brackets
else if ch="endofgame" { room=room_last; } // put whatever cheatcode you want here and the action inside the brackets
else if..... and so on
Pennythescri... said over 3 years ago
tooooooo easy to do!