?? emenemy01_utask_enroll.lua
字號:
--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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -