Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ThatGame.exe

A cryptic puzzle game about being a bad coder. Also ducks. · By BobboDev

// a comment on how good this game is, in gml code

A topic by the average PT fan created 24 days ago Views: 15
Viewing posts 1 to 1
(1 edit)
// this is in gml_Object_obj_thiscomment_Step_0 reminder cause i keep thinking this is the create code
if (obj_game.good && (global.gamebeaten))
    text = this game is really good, i beat it all and it was really fun
else
    text = this game is ass
    instance_create(obj_murder)
else if (obj_averagePTfan.skillissue)
    text = this game is really good, level 9 is too hard for me though so i can't beat it :(
    instance_create(obj_attachment)
if (!obj_averagePTfan.skillissue)
    text = i speedran this game with a time of 5m 32s lol
    instance_create(obj_attachment)
// fix code, only the skill issue text code works