后端Lua
后端Lua
后端Lua
在actor的文件里面想调用player怎么办
后端Lua
actor和player冲突了怎麽办
后端Lua
function monichongzhi(actor) -- 使用 parsetext 解析客户端传来的输入框内容 local inputStr = parsetext("<$NPCINPUT(1)>", actor) -- 尝试将字符串转换为数字 local bbb = tonumber(inputStr) -- 判断逻辑 -- 注意:parsetext 可能返回 nil,或者 inputStr 可能是空字符串 ""
后端Lua
function sanzhedaibi(actor) local msg2 = "" msg2 = msg2 .. [[ <Img|x=305.0|y=123.0|bg=1|show=0|reset=1|esc=1|img=public_win32/1900000610.png|loadDelay=1|move=0> <Layout|x=545|y=0|width=80|height=80|link=@exit> <Button|x=1029.0|y=179.0|pimg=public/190
后端Lua
玩家转职
后端Lua
改变玩家职业
后端Lua
我怎么把一个npc放在两个地图里面
后端Lua
function sanzhedaibi(actor) local msg2 = "" msg2 = msg2 .. [[ <Img|x=305.0|y=123.0|bg=1|show=0|reset=1|esc=1|img=public_win32/1900000610.png|loadDelay=1|move=0> <Layout|x=545|y=0|width=80|height=80|link=@exit> <Button|x=1029.0|y=179.0|pimg=public/190
后端Lua
function sanzhedaibi(actor) local msg2 = "" msg2 = msg2 .. [[ <Img|x=305.0|y=123.0|bg=1|show=0|reset=1|esc=1|img=public_win32/1900000610.png|loadDelay=1|move=0> <Layout|x=545|y=0|width=80|height=80|link=@exit> <Button|x=1029.0|y=179.0|pimg=public/190
后端Lua
运算函数
后端Lua
修改 N临时变量
后端Lua
召唤宝宝
后端Lua
通过物品idx获取物品名
后端Lua