Hey guy's,
I am new and just wanted to tell you that this forum is awesome.
I tried to make a trainer like movement where there is only a Sprite moving but without
being in the actual team...
I am kind of in a loss here, since I want the player to be able to choose their sprites, but I somehow can't
manage to change it.

This is the script:
class Game_Player
Player_ID = 1
def refresh
actor = $data_actors[ [Player_ID, 1].max ];
@character_name = actor.character_name();
@character_hue = actor.character_hue();
@opacity = 255; @blend_type = 0;
end
end
It's obvious that it only uses the sprite from player one, but I thought that if I would change Actor 1
Sprite through an Event, the movement sprite would change too, but it doesn't work.

I also use some of the scripts from Blizzard's Tons of Add-ons like the Caterpillar system.
Thank's in advance. And sorry for my bad english