emenemy01_utask_enroll.lua

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

LUA
15
字号
--description: 峨嵋派钻天坡敌人任务战斗死亡
--author: yuanlan	
--date: 2003/3/4



function emenemy01_UTask_enroll()

if ( HaveItem("白玉如意") == 0) then					--没有白玉如意
	AddEventItem("白玉如意") 
	Msg2Player("得到白玉如意")
	SetTask(1, 8)							--临时设置
end;

end;

⌨️ 快捷键说明

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