1 | if (stringln > (at - 1)) |
2 | { |
3 | tchar = string_char_at(string0, at); |
4 | string1 += tchar; |
5 | at += 1; |
6 | alarm[1] = typespeed; |
7 | if (tchar != " ") |
8 | { |
9 | caster_stop(w_sfx); |
10 | caster_play(w_sfx, 0.9, 1.15); |
11 | } |
12 | } |