Anyone familiar with the dragonball z legendary super warriors for the gameboy colour?
you can change your characters form by pressing left or right like:
Goku > press right> Super saiyan goku and so on.
I would like to implement something like this into my game
now I do know a few things about rmxp, and It may be possible to do this via event, but I don't have the slightest clue on how to assign button presses for certain characters and the alternate forms for that character only.
Like:
agumon> press right> greymon > press right again> metal greymon > right wargreymon < then press left to go back to agumon
while agumon >press down> geogreymon> and so on.
secondly how would I be able to do this from the selected characters status menu?
Or is this too complex for it to be just an event?
cos I was thinking:
if actor is (agumon) >(assigned button is pressed) call common event ( change actor = greymon) or something like that.
If anyone can help me with this in anyway I will be very grateful.