- Joined
- Feb 11, 2016
- Messages
- 15
- Reaction score
- 5
- First Language
- German
- Primarily Uses
Hi, i am trying to change the Character-Image of an Actor with a script call, which i think should look like this:
$gameActors.actor(1).setCharacterImage('People1', 2);
so, in this example, it should change the Character Image of Actor 1 to the second one in "People1.png", atleast i think so.
My problem with this is, that it doesn't change anything and does not give me an error message or similar in the console...
have been missing "$gamePlayer.refresh()"
For anyone trying to help:
Thanks in advance :3
$gameActors.actor(1).setCharacterImage('People1', 2);
have been missing "$gamePlayer.refresh()"
By the way, it does not help to change 'People1' to 'People1.png', tried it too.
For anyone trying to help:
Thanks in advance :3
Last edited by a moderator:
