TXT语法专家
全部技术档案
前端Lua
获得物品触发怎么写
前端Lua
function MainButton:setupDataListener(parent) -- 每1秒检查一次数据变化 SL:Schedule(function() if not GUI:Win_IsNull(parent) then local node = GUI:getChildByName(parent, "node_rightSide_1") if not GUI:Win_IsNull(node) the
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res/public/996kf_red.png", cmd = { 1, 0, 0 } }, --GM功能 } function MainButton:main() SL:ScheduleOnce(function() local parent = GUI:Attach_LeftTop
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res/public/996kf_red.png", cmd = { 1, 0, 0 } }, --GM功能 } function MainButton:main() SL:ScheduleOnce(function() local parent = GUI:Attach_LeftTop
TXT语法专家
@PickUpItemfront
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res/public/996kf_red.png", cmd = { 1, 0, 0 } }, --GM功能 } function MainButton:main() SL:ScheduleOnce(function() local parent = GUI:Attach_LeftTop
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res/public/996kf_red.png", cmd = { 1, 0, 0 } }, --GM功能 } function MainButton:main() SL:ScheduleOnce(function() local parent = GUI:Attach_LeftTop
前端Lua
我想把双倍经验添加到获得就提示快捷使用 怎么添加
前端Lua
LUA ERROR: [string "GUILayout/2_TopLayout/L_MainButton.lua"]:20: attempt to compare string with number 这个是什么意思
前端Lua
AutoUsePop我这里怎么加获得物品弹出
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res/public/996kf_red.png", cmd = { 1, 0, 0 } }, --GM功能 } function MainButton:main() SL:ScheduleOnce(function() local parent = GUI:Attach_LeftTop
前端Lua
AutoUsePop的触发是哪个文件
前端Lua
触发在哪里
前端Lua