title "Vanilla Games Developers Console"
sdim text1
text1=" "
pos 0,464
a=0
*console
input text1,640,16
repeat
getkey enter,13
if enter = 1 : goto *submit
wait 5
loop
stop
*submit
pos 0,0
*sub1
a=1
mes ""+text1
text1= " "
memexpand text1,5
pos 0,464
goto *console
stop
*en
end
bsave
↑で実行してみるとエラーが起きて使えません
どうすればいいでしょうか??