tmenemy01_utask_2.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 14 行
LUA
14 行
--description: 唐门竹海第一关敌人 任务战斗死亡
--author: yuanlan
--date: 2003/3/10
function tmenemy01_UTask_2()
if ( HaveItem("青色竹杖") == 0) then --没有青色竹杖
AddEventItem("青色竹杖")
Msg2Player("得到青色竹杖。")
end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?