Skip to content

Instantly share code, notes, and snippets.

@Patosito
Created September 12, 2016 19:23
Show Gist options
  • Save Patosito/2827970603f5615ce9c09d98f15d1f19 to your computer and use it in GitHub Desktop.
Save Patosito/2827970603f5615ce9c09d98f15d1f19 to your computer and use it in GitHub Desktop.
[Casa de tribu] Todos chamanes
function main()
for name in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
end
function eventNewPlayer(name)
tfm.exec.setShaman(name)
tfm.exec.respawnPlayer(name)
end
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment