巴陵县to神农架.lua

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

LUA
14
字号
--两湖区 巴陵县to神农架
--TrapID:两湖区 83
function main(sel)

if (GetLevel() >= 10) then						--等级达到十级
	NewWorld(74, 2040 ,3259)
else
	Msg2Player("对不起,没到十级的新手不能出村。")	
	SetPos(1338, 3353)						--走出Trap点
end

AddTermini(46)

end;

⌨️ 快捷键说明

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