Anyway, I've finished making the battle system and first battle for the Miiverse RPG. Yet, for some strange reason, it only works on the first turn. Could you investigate? I'll give you a key in a second.
You're a programmer, but I might make you a part-time spriter due to how well you designed that ship. I might make names for combination roles, such as Programmiter.
~Functions~
Functions can be used to use the same code multiple times with one line. At the end of the definition, put END there. This example is for making the player wait until A is pressed.
====
DEF (function name)
REPEAT
CONT=1
IF #A AND BUTTON(2) THEN
CONT=2
ENDIF
UNTIL CONT==2
END
===
To use this function, simply write the function name.
====
?"PRESS A TO CONTINUE"
(function name)
Even if you give credit, it can still be taken down. The creator of FNAF SB gave credit but it was still taken down. You can't give credit without asking for credit.
BE ORIGINAL.