wdenemy03_utask_32.lua

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

LUA
15
字号
--description: 伏牛山东敌人武当派30级任务战斗死亡
--author: yuanlan	
--date: 22003/5/15



function wdenemy03_UTask_32()

AddEventItem("画眉草")
Msg2Player("得到一株画眉草。")
if ( GetItemCount("画眉草") == 5 ) then			--画眉草数目为5
	SetTask(5, 35)
end

end;

⌨️ 快捷键说明

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