tmenemy02.lua

来自「two legendary musicians are equivalent t」· LUA 代码 · 共 23 行

LUA
23
字号
--description: 唐门竹海第二关敌人
--author: yuanlan	
--date: 2003/3/10


Include("tmenemy02_Default.lua")
Include("tmenemy02_UTask_2.lua")


function OnDeath()

UTask_tm = GetTask(2);

if (UTask_tm == 2) then	
	tmenemy02_UTask_2()					
else
	tmenemy02_Default()
end;
	
end;	


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?