I am making a sell shop for custom fish, where it takes there length multiplies it by the sell multiplier, we'll use one for simplicities sake, and adds money based on its rarity. I would like to know how to get there lengths from there lore, I'm using More Fish if that helps. here's a picture of what I need to get.
Here's what I could piece together,
Any help would be appreciated thanks.
Code:
set RarityBoost to "Rarity List Here, Common, Rare, Ect"
set length to "Here's where you'd get the length"
if player's held item is named "List Here" then
player balance add 1 * length + Rarity boost
delete player's held item
Any help would be appreciated thanks.