板 1- 前 次 新 レス
オリ等身大でリレーシナリオ作ろうよ!なスッドレ
[110]106:2006/05/15(月) 00:07:39 ID:0b1nfP0Y0
舌の根も乾かない内に修正しました。
include.eveの一番下を差し替えて、
未作成話用ダミー.eveは削除してください。
*エピローグ:
If Dir(次ステージ,"ファイル") != "" Exit
Local str
str[Count(str)] = "プロローグ:"
str[Count(str)] = "Talk"
str[Count(str)] = "次話は製作者募集中です。"
str[Count(str)] = "End"
str[Count(str)] = `セーブデータファイル名 = "` & `$(RegExpReplace(ステージ,".eve$",""))` & `までクリア.src"`
str[Count(str)] = "Continue (eve\ & ステージ)"
str[Count(str)] = "Exit"
Open 次ステージ For 出力 As F
ForEach i In str
Print F str[i]
Next
Close F
Exit
前 次