Create
text = "blahblah" str = 0; intro = 0;Step
if str < string_length(text){str += 2}
if str > string_length(text){str = string_length(text)}
if str = string_length(text) and keyboard_check_pressed(ord("Z")){
intro += 1;
str = 0;
}
if intro = 1{
text = "more blahblah"
}
if intro = 2{
text = "even more blahblahblah. do you need help?"
}Draw if intro > -1{
draw_sprite(spr_textbox,0,view_xview[0],view_yview[0]+280);
draw_text(view_xview[0]+40,view_yview[0]+300,string_copy(text,0,str))
}



Find content
Not Telling
