#How to push 2 arrays in 1 function and draw it in parts

1 messages · Page 1 of 1 (latest)

stiff cedar
#

I have 2 different move types. Normal and then team moves. Right now I am trying to place "solo" moves in one section, and "bros" moves in another section. Right now, I can only draw the "solo" moves in both spots and the "bros" moves is being read as a second heal.
There's only 4 solo moves: Jump, Hammer, Hand, and Heal
And only 1 bros moves: Bounce Bros.

stiff cedar
#

_action.name = solo moves
_special.name = bros moves
movetype = 1 = should draw solo moves only
movetype = 2 = should draw bros moves only