Skip to content

Instantly share code, notes, and snippets.

@warmist
Created July 18, 2014 21:16
Show Gist options
  • Save warmist/0a0afe540b7b802d7703 to your computer and use it in GitHub Desktop.
Save warmist/0a0afe540b7b802d7703 to your computer and use it in GitHub Desktop.
for _,dwarf in ipairs(df.global.world.units.active) do
if dfhack.units.isCitizen(dwarf) then
print(dfhack.TranslateName(dwarf.name))
for _,pref in ipairs(dwarf.status.current_soul.preferences) do
printall(pref)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment