23 lines
215 B
Lua
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 |