Como adicionar ao bot?
Copie o código
for _, creature in pairs(getSpectators(posz())) do
local spectator = creature:getName()
local selfName = player:getName()
if creature:isPlayer() and spectator ~= selfName then
if not isFriend(spectator) then
gotoLabel("entrarHouse")
end
else
gotoLabel("voltarRunar")
end
end
return true