First commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
function onSay(player, words, param)
|
||||
if not player:getGroup():getAccess() then
|
||||
return true
|
||||
end
|
||||
|
||||
player:teleportTo(player:getTown():getTemplePosition())
|
||||
return false
|
||||
end
|
||||
Reference in New Issue
Block a user