num += 1;
if (phraselength > num)
{
this_phrase += string_char_at(phrase, num);
alarm[2] = 2;gml_Object_obj_sistertext_Alarm_2.gmlnum += 1; if (phraselength > num) { this_phrase += string_char_at(phrase, num); alarm[2] = 2; } else { done = 1; }
}
else
done = 1;