|
发表于 2018-7-22 22:11:04
|
显示全部楼层
本帖最后由 wdcnn@tj 于 2018-7-22 22:24 编辑
请问出现
Run-time error
World: spiderwm
Function/Sub: busyok called by trigger
Reason: 正在处理触发器 "check_busy1"
D:\weiyun\MUSHS\lua\weapon.lua:602: attempt to index global 'armorKind' (a nil value)
stack traceback:
D:\weiyun\MUSHS\lua\weapon.lua:602: in function <D:\weiyun\MUSHS\lua\weapon.lua:589>
(tail call): ?
(tail call): ?
这个错误是什么?
知道了,是armorKind = {
["armor"] = true,
["coat"] = true,
["mantle"] = true,
["cap"] = true,
["glove"] = true,
["boot"] = true,
}没填写,谢谢大神代码 |
|