trenemy01_1.lua
来自「two legendary musicians are equivalent t」· LUA 代码 · 共 23 行
LUA
23 行
--description: 华山敌人
--author: yuanlan
--date: 2003/5/17
Include("trenemy01_1_Default.lua")
Include("trenemy01_1_UTask_5.lua")
function OnDeath()
UTask_tr = GetTask(4);
if (UTask_tr == 5) then
trenemy01_1_UTask_5()
else
trenemy01_1_Default()
end;
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?