トピック
Joseph MoetheGamer

How do you load a map to use in your programs?

2そうだね
プレイ済み
返信[1]
親投稿
Zee Storybookten9
Assuming 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そうだね
プレイ済み
返信[2]
親投稿
Joseph MoetheGamer
thanks, I'll try that.
0そうだね
プレイ済み