tmenemy02_utask_4.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 19 行
LUA
19 行
--description: 唐门竹海第二关敌人 任务战斗死亡
--author: yuanlan
--date: 2003/3/10
function tmenemy02_UTask_4()
if ( HaveItem(34) == 0) then --没有白色竹杖
i = random(0,4)
if (i == 0) then Say(10827 , 0) end;
if (i == 1) then Say(10828 , 0) end;
if (i == 2) then Say(10829 , 0) end;
if (i == 3) then Say(10830 , 0) end;
if (i == 4) then Say(10831 , 0) end;
end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?