tmenemy04_1.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 23 行
LUA
23 行
--description: 唐门怪石阵敌人1 20级任务
--author: yuanlan
--date: 2003/3/11
Include("tmenemy04_1_Default.lua")
Include("tmenemy04_1_UTask_23.lua")
function OnDeath()
UTask_tm = GetTask(2);
if (UTask_tm == 23) then
tmenemy04_1_UTask_23()
else
tmenemy04_1_Default()
end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?