tmenemy07_9.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 25 行
LUA
25 行
--description: 唐门40级任务 青城山普通怪物
--author: yuanlan
--date: 2003/3/12
Include("tmenemy07_9_Default.lua")
Include("tmenemy07_9_UTask_46.lua")
function OnDeath()
UTask_tm = GetTask(2);
if (UTask_tm == 46) then
tmenemy07_9_UTask_46()
else
tmenemy07_9_Default()
end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?