[Mudlet] Counting Help

I know, I know. Counting should be super easy. But I'm just not getting it for this one thing I'm doing.

What I'm doing is creating a set of aliases and triggers that keep track of fashions, using the variable 'fashionCount'. I have it partly - it works sometimes, and it'll count as it's supposed to.

In some places. So, I need help finishing it off.

I currently have one trigger for each different fashioning message that does --- 
fashionCount = (fashionCount + 1)
cecho("\n<gray>[<red>FASHION COUNT<gray>]:<orange> " .. fashionCount .. " total Fashions")
--- it is pretty successful, I guess. But I'm sure I'm missing some things.

And then I have various Puppetry Aliases, where it'll do ----
fashionCount = (fashionCount - numberoffashionsused)
cecho("\n<gray>[<red>FASHION COUNT<gray>]:<orange> " .. fashionCount .. " total Fashions")
With the 'numberoffashionsused' different per each puppetry action. Which doesn't work.

So... Not sure what else to do.

Best Answer

Sign In or Register to comment.