- Joined
- Oct 16, 2021
- Messages
- 38
- Reaction score
- 7
- First Language
- English
- Primarily Uses
- RMMV
Hi, I was wondering if there was a way to make an item change a character's class? I can get it working via common events, but then I'd have to list every character there, including ones who aren't in the party yet. It would be much easier if I could use "Thief Scroll" or something in order to change the selected character's class to "Thief".
I saw another thread a few years ago indicating you could input this line of script somewhere to get the job done, but I am pretty bad with scripting and I'm not sure where to put it. Doesn't work if I put it in the item's note, or put it in a "script" command in a common event.
$game_party.target_actor.change_class(3, true)
If anyone could help me out that would be nice. Sorry if this is posted in the wrong spot.
I saw another thread a few years ago indicating you could input this line of script somewhere to get the job done, but I am pretty bad with scripting and I'm not sure where to put it. Doesn't work if I put it in the item's note, or put it in a "script" command in a common event.
$game_party.target_actor.change_class(3, true)
If anyone could help me out that would be nice. Sorry if this is posted in the wrong spot.