?? twnpc06.lua
字號:
--description: 天王幫漁婦荷嫂
--author: yuanlan
--date: 2003/4/28
Include("twnpc06_Default.lua")
Include("twnpc06_UTask_45.lua")
function main()
UTask_tw = GetTask(3);
if (UTask_tw == 45) then --40級任務
twnpc06_UTask_45()
else
twnpc06_Default()
end;
end;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -