SmileBASIC コミュニティプレイ日記Simon Snoofles2017/07/05 00:26:57For the game I am making, I want to make a save feature. Is there a way to store variables in a save file and then read and write to them as if they were in the main program itself?2そうだね 7返信プレイ済み2017/11/04 02:00:44に取得
SmileBASIC コミュニティ返信[1]親投稿Levi LeviJS2017/7/5 6:53You could do this to save: (loading up next)0そうだね プレイ済み2017/11/04 02:00:44に取得
SmileBASIC コミュニティ返信[2]親投稿Levi LeviJS2017/7/5 6:58Here is how to load the saved array with a button press0そうだね プレイ済み2017/11/04 02:00:44に取得
SmileBASIC コミュニティ返信[3]親投稿Simon Snoofles2017/7/5 12:02It gave me the error Type mismatch in 41, which is where I put all the variables equal LARRAY0そうだね プレイ済み2017/11/04 02:00:44に取得
SmileBASIC コミュニティ返信[4]親投稿Levi LeviJS2017/7/5 21:24I made a mistake. LARRAY should be LoadArray (I was trying to make an old example of mine easier to understand by spelling out the array name)0そうだね プレイ済み2017/11/04 02:00:44に取得
SmileBASIC コミュニティ返信[5]親投稿Simon Snoofles2017/7/5 21:34I tried that and it works! Thanks!0そうだね プレイ済み2017/11/04 02:00:44に取得