Well.... I found something while fiddling with the game files
Thing is... where this codes can be used / input????
Python:
if (check_text_string("dejavu") == 1)
game_restart()
if (check_text_string("abortmission") == 1)
game_end()
if (check_text_string("praisekek") == 1)
draw_text_popup("Shadilay Brother", 340)
if (check_text_string("//*") == 1)
{
see_the_numbers++
if (see_the_numbers >= 4)
see_the_numbers = 0
}
if (check_text_string("sweetmemes") == 1)
{
draw_text_popup("U sure about that?", 340)
laughs = 1
}
if (check_text_string("communism") == 1)
{
draw_text_popup("Laughs in Stalin", 340)
money = 0
}
if (check_text_string("madwalnuss") == 1)
{
with (all)
image_xscale *= -1
}
if (check_text_string("manaboost") == 1)
garden_mp = 10000
if (check_text_string("crypt") == 1)
transition(74)
if (check_text_string("black") == 1)
transition(75)
if check_text_string("alchemy")
transition(80)
if check_text_string("dungeon")
transition(81)