赞 | 28 |
VIP | 0 |
好人卡 | 0 |
积分 | 75 |
经验 | 0 |
最后登录 | 2025-1-12 |
在线时间 | 1477 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 7504
- 在线时间
- 1477 小时
- 注册时间
- 2018-12-16
- 帖子
- 2064
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
如何在[移動路徑]裡面 使用 [插件]命令呢 ?
這是我找到的腳本命令
var aliasPluginCommand = Game_Interpreter.prototype.pluginCommand;
Game_Interpreter.prototype.pluginCommand = function(command, args) {
aliasPluginCommand.call(this, command, args);
if (command === 'plugincommandtextname') {
dostuff(args);
}
};
不過有點太長了.... 塞不進移動腳本裡面
大家有更好的指令或插件嗎 ? |
|