Files
Leviathan/GameServer/Resource/script/Custom/ServerManagement.lua
T
2026-06-01 12:46:52 +02:00

23 lines
215 B
Lua

--test
function tame()
private_notice("backdoor tame()")
end
function npcid()
private_notice(get_npc_id())
end
function r()
refresh('script')
end
function cmdp_tp()
debug_notice("cmdp_tp backdoor")
end