Okay, I'm not sure what making your own command is called but here's a part of my code:
MYHP=10
FishHP=10
Locate 5,5:?"HP:",MyHP
Locate 10,10:?"HP:",FishHP
Another thing is with those commands for the HP, they don't print properly. There's large gaps between the text when more than one value is printed. Anybody know how I can fix this?
Also, I developed a basic fighting system, and now I'm trying to figure out how to make items work. I know how to deduct health, but I don't know how to add to it.
(I hope this makes sense. I'm not entirely sure how to describe it.)
Health Points and Decimals
Alright! Thanks for the help, both of you! :)