Hi,
I love the engine but i havent seen any detailed documentation about different options.
For me its not working:
if (global.healthscore <= 0 && !global.game_over) { global.game_over = true; alarm[0] = room_speed * 3; textbox_create("YOU LOST!!!!!!"); textbox_set("??????",c_black,c_red,#BCB067,1,example_font,angelspriteportrait,true,example_continue1,35,true); textbox_add_options(c_red,1,"Cool!","Not good.","Do you have pets?"); textbox_change_message_according_option(2, "Yes it is!", "It is cool! You... you just don't understand...", "Yes I have a cat. Wait... How is that related to this?"); }
I dont see the options just like in the demo file!
Also the text starts too high.