// 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
