Skip to content

Instantly share code, notes, and snippets.

@DamianDominoDavis
Last active December 29, 2022 20:58
Show Gist options
  • Save DamianDominoDavis/1947be33ff00d7b20bc13c4a1e603905 to your computer and use it in GitHub Desktop.
Save DamianDominoDavis/1947be33ff00d7b20bc13c4a1e603905 to your computer and use it in GitHub Desktop.
// identify skillbooks in inventory for which you DO NOT already know the skill
ashq foreach it in $items[] if (it.available_amount()+it.storage_amount()+it.display_amount() > 0 && it.string_modifier('Skill') != '' && !it.string_modifier('Skill').to_skill().have_skill()) print(`{it}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment