No success trying to load ScoreChecker plugin

Posted by Kwerbias on Sun 27 Feb 2022 08:29 PM — 2 posts, 8,293 views.

#0
Hello world!

I'm trying to load Nick's ScoreChecker plugin into a friends MUD that uses a simple stat roll system. I just want something basic that will check against 4 possible outputs for each stat and input 'N' if they are not satisfactory. The MUD is an AFKmud base and the line of text that loops is:

Str: Good
Int: Good
Wis: Good
Dex: Fair
Con: Fair
Cha: Fair
Lck: Excellent

Keep these stats? (Y/N)

with a 'N' response, you just keep the same output, starting with 'Str:' - so his script didn't have something to begin the trigger with in my case.

There are only 4 ranges for scores, Excellent, Good, Fair, and Poor. Seems easy enough, I couldn't edit a successful plugin from Nick's base. Nick's plugin has one trigger than starts the other 2. However, my output is different and doesn't have the initial trigger text, as it just starts with the stats output. I can understand what's written enough in the plugin, and know what it's not working. I however don't have the knowledge to make a functional version for my situation. Anyone free to help me out?
Amended on Sun 27 Feb 2022 08:47 PM by Kwerbias
#1
Found a contributor who's solution worked out excellently. The result was posted here:

https://www.reddit.com/r/MUD/comments/t2x5ut/stat_autoreroller_assistance_mushclient/hypkg3e/?context=3

Good hunting!