06/06/26 16:41:02 QPjMulxO
buffer 2
;dialog ,16
;if stat=0 : end
gsel
notesel text
noteload "simple.txt"
repeat notemax
if fc=6 : fc=1
noteget temp,cnt
if temp="m" : fc=1 : continue
if temp="img" : fc=2 : continue
if temp="center" : fc=3 : continue
if temp="left" : fc=4 : continue
if temp="right" : fc=5 : continue
if temp="n" {
repeat//実質的なメインループ
stick key
if key&256 : break
await 30
loop//ここまで
cls
fc=6
;continue
}