Skip to content

Instantly share code, notes, and snippets.

@gutenye
Created August 26, 2012 06:30
Show Gist options
  • Select an option

  • Save gutenye/3475031 to your computer and use it in GitHub Desktop.

Select an option

Save gutenye/3475031 to your computer and use it in GitHub Desktop.
qsgs turnOver
# player = x
local targets = room:getAllPlayers()
if targets.isEmpty() then
# ...
end
local target = room:askForPlayerChosen(player, targets, "skill")
target:turnOver()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment