Skip to content

Instantly share code, notes, and snippets.

@Patosito
Created September 12, 2016 19:28
Show Gist options
  • Save Patosito/e7eb4860dc652bc8b7d3faa504112fca to your computer and use it in GitHub Desktop.
Save Patosito/e7eb4860dc652bc8b7d3faa504112fca to your computer and use it in GitHub Desktop.
[Casa de tribu] Todos vampiros
function main()
for name in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
end
function eventNewPlayer(name)
tfm.exec.setVampirePlayer(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