anyone know a code that will start the "@battle1" thing? *btw im working on a major project, so far i have ove 400 lines of code and my thumb hurts xD*
nvm i got it to work. answer to your question: the battle ignites! now i just need help getting the slime sprite to appear, because it wont appear for some reason, and the bg to change from what it is to Black. then the battle to end when i defeat the slime. thats all i need help with for now *sorry, im a noob at this game*
Try something with a variable like,
'Slime Health
SH=100
IF SH==0 THEN (Do whatever sprite change you want or text)
WAIT 100
END [Or if you want to go to another @, do GOTO @(name)]
This is just an example.