用if判断写在状态的备注里,需要yep状态插件 照着下面代码改改应该能实现 这段是当角色同时拥有ab状态的时候附加c ,同时取消ab状态 <Custom Apply Effect> if (target.isStateAffected(a) && target.isStateAffected(b)){ target.addState(c); target.removeState(a); target.removeState(b); } </Custom Apply Effect> |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2025-2-17 18:19
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.