Hello this plugin add a simple command that makes your actor to change it's class and skill (only one command)
here it is!
when you have installed it, you only need to call the plugin command: classChanger <actorId> <newClassId>
Edit 2: you can also call in a script:
this.pluginCommand("classChanger", "<actorId> <newClassId>"); //this should be type of Game_Interpreter
Edit: I don't know if you can call the function directly:
classChanger( actorId, newClassId );
if you find a way tell me!
Tell me what you think! (this is my first rpgmv plugin!)
View attachment Class_change_with_skill_update.js
本贴来自国际rpgmaker官方论坛作者:raffa50处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/in-battle-class-change-skill-change.64994/ |