とりあえずテキストを読むだけを作ろうとしたのですが、1位から5位まであるうち4位までしか出ません。
どこを治したら1位から5位まででますか?
上がスクリプトで、下がテキストです。
sco=7//スコア *en cls pos 240,220:mes"GAME OVER" pos 240,250 :mes"SCORE "+sco+"" notesel ran:noteload"ランキング.txt" h=5 repeat h=h-1 notesel ran :noteget x,h split x,",",a,b,c if (h=4) and (sco<c) :h=5 :break if (sco>c) and (h=0) :break if sco<c :break await 1 loop if h=0 :mes"おめでとうございます。1位です。":stop if h=1 :mes"おめでとうございます。2位です。":stop if h=2 :mes"おめでとうございます。3位です。":stop if h=3 :mes"おめでとうございます。4位です。":stop if h=4 :mes"おめでとうございます。5位です。":stop if h=5 :mes"ランキングには入りませんでした。"
1,AAA,300 2,AAA,150 3,AAA,24 4,AAA,12 5,AAA,6