In this mud I play there is a guild based on reputation. Players can check their reputation with command which produces text something like this:
Reputation bar:
[@####:::::::::....]
All dots meaning one piece of reputation,
colons meaning 10 pieces,
#'s meaning 100 and @'s meaning 1000 pieces of reputation.
So I want to change this bar into numbers. What is the best way to do this? I think I should make a trigger which whenever finds eg. a dot, adds one to my reputation variable but I don't know how to do it.
Sorry for bad english ;)
Reputation bar:
[@####:::::::::....]
All dots meaning one piece of reputation,
colons meaning 10 pieces,
#'s meaning 100 and @'s meaning 1000 pieces of reputation.
So I want to change this bar into numbers. What is the best way to do this? I think I should make a trigger which whenever finds eg. a dot, adds one to my reputation variable but I don't know how to do it.
Sorry for bad english ;)