プレイ日記
Bijan ssgod101
hey guys! how do you save data to files in this version. in the ds version it's MEM$, but that doesnt seem to be the case in this version... HELP!
0そうだね
プレイ済み
返信[1]
親投稿
れい rei-nntnd
use save command
0そうだね
未プレイ
返信[2]
親投稿
Bijan ssgod101
what do you mean? i tried using SAVE''MEM:VARNAME$'' and SAVE''VARNAME$'' both methods did not seem to work...
0そうだね
プレイ済み
返信[3]
親投稿
Ed CPFace
SAVE "TXT:[filename]",VARNAME$ Be careful, because program files are considered text files in this version; if you name your save file after your program, you'll erase your program!
0そうだね
プレイ済み
返信[4]
親投稿
れい rei-nntnd
dim data[100] save "dat:filename", data or var data$="what you want to save" save "txt:filename", data$
0そうだね
未プレイ
返信[5]
親投稿
Bijan ssgod101
Alright thanks! It works now.
0そうだね
プレイ済み