SmileBASIC コミュニティトピックJoseph MoetheGamer2015/11/02 08:37:37質問How do you load a map to use in your programs?2そうだね 2返信プレイ済み2017/11/04 05:00:36に取得
SmileBASIC コミュニティ返信[1]親投稿Zee Storybookten92015/11/2 22:12Assuming you've saved it as a SC in the map editor (if not do that first), you can do DIM MAP[0] FOR I=0 to 3 LOAD "SC_MAPNAME_L"+STR$(I),FALSE,MAP BGLOAD I,MAP NEXT I might have screwed up with the loading syntax, but you get the idea, right?0そうだね プレイ済み2017/11/04 05:00:36に取得
SmileBASIC コミュニティ返信[2]親投稿Joseph MoetheGamer2015/11/3 4:51thanks, I'll try that.0そうだね プレイ済み2017/11/04 05:00:36に取得