Hey guys, I am working on some class mechanics at the moment and one is calling on a Party-Member Summon so to say.
I am using
$gameParty.addActor($gameVariables.value(4)); // 4 is variable with the ID of the member i want to call
afterwards I use
Summon ID: \v[0004]
to check for the ID used.
As it seems it adds the actor - but hes has no sprite....in the fight....etc. :) help?
As I dont have knowledge on javascript at all - just copy pasta
Thx.
BlueByt3
I am using
$gameParty.addActor($gameVariables.value(4)); // 4 is variable with the ID of the member i want to call
afterwards I use
Summon ID: \v[0004]
to check for the ID used.
As it seems it adds the actor - but hes has no sprite....in the fight....etc. :) help?
As I dont have knowledge on javascript at all - just copy pasta
Thx.
BlueByt3