プレイ日記
komodo † 406mario
how do you have text that reads one word at a time without having to do somthing like wait 10 print wait 10 print....(You get the idea)
1そうだね
プレイ済み
返信[1]
親投稿
Oscar PwnageBlock
It's a simple function that takes a string and the wait time as parameters. It would look something like this... DEF TYPE S$,W FOR I=0 TO LEN(S$)-1 PRINT MID$(S$,i,1) WAIT W NEXT END Afterwards, you can simply call TYPE like this... TYPE "This is a test.",10
0そうだね
プレイ済み
返信[2]
親投稿
komodo † 406mario
thanks but i found out how to do it already and letter by letter seems to be more natural than word by word but thanks again :)
0そうだね
プレイ済み