soulsaga 发表于 2017-5-5 10:52
改一下脚本..把指定角色改成指定第几名队员..行不行得通?
当然..用事件脚本也可以..看你喜欢.. ...
class Interpreter def command_318 #获取角色 actor = $game_party.actors[@parameters[0]-1] #actor = $game_actors[@parameters[0]] # 增减技能 if actor != nil if @parameters[1] == 0 actor.learn_skill(@parameters[2]) else actor.forget_skill(@parameters[2]) end end # 继续 return true end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |