Like this
level$=STR(level)
hp$=STR(hp)
gamesave$=""
gamesave$=gamesave$+level+hp$
then you save it
SAVE "TXT:gsave",gamesave$
then you can load it
LOAD "TXT:gsave" OUT gameave$
then use MID() to get the spot they"re at
And turn it back into what it was before
hp=VAL(hp$)
level=VAL(level$)
2そうだね プレイ済み