Cheats
Cheats - The games of today.......
Just about every game has cheats these days so i decided to add
a script to show to a simple way to do them
[code]
cheat=get_string("insert cheat",'')
if cheat="won"//change the word if you want too
then
game_end() // this is a default setting change it if you want
//and for multiable cheats
if cheat="restart" //change the word if you want
then
game_restart()//this is a default setting for cheat //change it if you want
[/code]
Just about every game has cheats these days so i decided to add
a script to show to a simple way to do them
[code]
cheat=get_string("insert cheat",'')
if cheat="won"//change the word if you want too
then
game_end() // this is a default setting change it if you want
//and for multiable cheats
if cheat="restart" //change the word if you want
then
game_restart()//this is a default setting for cheat //change it if you want
[/code]
Labels: Novice

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home