代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/455299/1624344

lua 西南北区--江津村-武当弟子对话.lua

--西南北区 江津村 武当道人对话 function main(sel) if (GetFaction() ~= "") then --如果玩家已经属于某一门派 if (GetFaction() == "峨嵋派") then Say("武当道人:峨嵋女侠,小道这厢有礼了。令师清晓师太身体可好?", 0) end if (GetFaction()
www.eeworm.com/read/455299/1624346

lua 西南北区--江津村-药店老板对话.lua

--西南北区 江津村 药店老板对话 --江津村新手任务:吴老爹的药 --suyu ------------------------------------------- function UTaskMain() Say("药店老板:是吴老爹托你来买药的么?我早就给他准备好了,十颗川贝丸一共纹银二百两。回去跟老爷子说让他注意身体呀。",2,"买/buy","不买/no") en
www.eeworm.com/read/455299/1624347

lua 西南北区--江津村-驿站车夫对话.lua

--西南北区 江津村 驿站车夫对话 CurStation = 8; Include("\\Script\\Global\\station.lua"); function main(sel) if (GetLevel() >= 10) then --等级达到十级 Say("车夫:要坐车去哪儿?", 4, "经过的地点/WayPointFun", "路经的城市/Statio
www.eeworm.com/read/455299/1624352

lua 西南北区--江津村-酒楼老板对话.lua

--西南北区 江津村 酒楼老板对话 function main(sel) Say("酒楼老板:这家店是从我爷爷手里传下来的,村里的乡亲们空闲的时候都喜欢到我这里来坐坐,喝杯酒解解乏。",0) end;
www.eeworm.com/read/455299/1624357

lua 西南北区--江津村-客栈老板对话.lua

--西南北区 江津村 客栈老板对话 function main(sel) Say("客栈老板:我这里店面虽小,但是干净得很,是个歇脚的好地方。", 0); end;
www.eeworm.com/read/455299/1624360

lua 西南北区-江津村-储物箱1.lua

--西南北区 江津村 小广场储物箱1 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(10); --设置重生点 end;
www.eeworm.com/read/455299/1624363

lua 西南北区-江津村-储物箱3.lua

--西南北区 江津村 码头附近储物箱3 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(12); --设置重生点 end;
www.eeworm.com/read/455299/1624365

lua 西南北区-江津村-储物箱2.lua

--西南北区 江津村 十字路口储物箱2 function main(sel) OpenBox(); --弹出储物箱物品框和玩家物品框,以便于玩家进行物品和金钱的存取 SetRevPos(11); --设置重生点 end;
www.eeworm.com/read/455299/1624369

lua 西南北区-江津村-路标7.lua

--西南北区 江津村 路标7:江津村->成都 function main(sel) Say("通往成都", 0) end;
www.eeworm.com/read/295391/8167131

lua export gba 16x16 table.lua

-- GBA 16x16 table function main () if mappy.msgBox ("GBA 16x16 table", "This will export the BG table and flip info of an 8x8 map made by 'Convert 16x16 blocks to 8x8' (as detailed in GBAMappy)\