プレイ日記
TekeMan gameboyfan12345
I need the action of line 2250 to show up on the screen. Any Help?
1そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
I guess line 2251 has syntax error. "HP-5" has no LFS.
0そうだね
未プレイ
返信[2]
親投稿
BBB agaaron
It cannot be simply "HP-5" as Hanzo pointed out. My recommended changes: IF BUTTON() AND #A && SPHITSP(0,1) THEN HP = HP - 5 ENDIF
0そうだね
プレイ済み
返信[3]
親投稿
TekeMan gameboyfan12345
How do I get the hp to show on screen?
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
Let's try "LOCATE 0,0:?HP" in your main loop. HP will be displayed on upper left corner.
1そうだね
未プレイ