- Joined
- Jul 27, 2013
- Messages
- 5
- Reaction score
- 0
- First Language
- Dutch
- Primarily Uses
Hello everyone,
I have Yanfly's Ace Engine installed with RPG maker vx Ace. All 106 scripts of it. And now is my question in one of his scripts states that if you use. $game_actors[x].remove_class(y). It should remove the class from the player. However if I use this in this way $game_actors[1].remove_class(1) in a script call then it does nothing. This is quite important to me because a player get's to choose it's own class out of currently 3 classes.
$game_actors[1].remove_class(1) This should delete class 001 by actor 001 right or am i doing something wrong? I would like to hear from you.
I have Yanfly's Ace Engine installed with RPG maker vx Ace. All 106 scripts of it. And now is my question in one of his scripts states that if you use. $game_actors[x].remove_class(y). It should remove the class from the player. However if I use this in this way $game_actors[1].remove_class(1) in a script call then it does nothing. This is quite important to me because a player get's to choose it's own class out of currently 3 classes.
$game_actors[1].remove_class(1) This should delete class 001 by actor 001 right or am i doing something wrong? I would like to hear from you.

