trenemy01_2_utask_5.lua

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

LUA
15
字号
--description: 华山敌人 天忍教入门任务战斗死亡
--author: yuanlan	
--date: 2003/5/17



function trenemy01_2_UTask_5()

--if ( HaveItem("禹王剑") == 0) then			--取消对任务物品有无的判断,以便重做任务
	AddEventItem("禹王剑")
	Msg2Player("得到禹王剑。")
	SetTask(4, 8)
--end

end;

⌨️ 快捷键说明

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