dropdown = {import:dropdown-list-plugin-v1}
playerclass = mage //setting a default
dropdownlist
variable = playerclass
list
mage
priest
wanderer
fightingman
thief
classgearpack
some lockpicks in a [leatherstyle] tool roll<br> [thief] ^[playerclass == "thief"]
well used whetstone<br> [fightingman] ^[playerclass == "fightingman"]
[leatherstyle] book with arcane writing<br> [mage] ^[playerclass == "mage"]
[leatherstyle] book with religious iconography<br> [priest] ^[playerclass == "priest"]
map of the area, incomplete but fairly detailed<br> [wanderer] ^[playerclass == "wanderer"]
that stuff in classgearpack makes it so it only does that option if playerclass is specific things.
did i make the rest of it structurally understandable enough?
anything else i should add?