inst="":ifo=""
notesel inst
noteload "data/install-info.dat"
noteget data/install-info.dat
sdim data, 500
if str(ifo)="installok":goto *desktop
if str(ifo)="no":dialog "インストールされていないので、インストーラーを起動します":goto *kidou
とコピペして、いれたんですが、picloadしたあと、 noteget data/install-info.dat
のやつでエラーが出ました。どうすればいいですか。
ちなみにエラーメッセージは「タイプの初期化に失敗しました」で、
起動時のスクリプトはこういうのです。
title "Windows AP Micro Edition"
picload "images/Desktop・Kidou/KidouGamen.bmp"
inst="":ifo=""
notesel inst
noteload "data/install-info.dat"
noteget data/install-info.dat
if str(ifo)="installok":goto *desktop
if str(ifo)="no":dialog "インストールされていないので、インストーラーを起動します":goto *kidou
repeat 624
color 124,184,166
pos cnt,460:mes "●"
loop
repeat 624
randomize
color ,255,
font"",16:pos cnt,462:mes "●"
font"",10:color rnd(255),rnd(255),rnd(255):pos 270,462:mes "起動をしています"
await 10
loop
mmplay 1
です。よろしくお願いします