Hello, first time caller long time listener.
I'm trying to track a new mechanic in a MUD that happens 1% of the time. It's technically 4 different things that each can happen 1% of the time, and I'm interested in seeing just how often they do happen.
Ideally, I'd track these variables between sessions as well.
After that, I'd like to make an alias or recommended command to call up all four of the variables with some light framing.
These are the two for when it procs for myself.
These two are for when it procs for a mob, with the first of the two coming at the end of the sentence.
I tried to cobble something together after reading some other counting related threads, but I wasn't sure how to get it to cease some errors related to a comma or something.
I'm trying to track a new mechanic in a MUD that happens 1% of the time. It's technically 4 different things that each can happen 1% of the time, and I'm interested in seeing just how often they do happen.
Ideally, I'd track these variables between sessions as well.
After that, I'd like to make an alias or recommended command to call up all four of the variables with some light framing.
Quote:
You feel a sudden sense of foreboding
Your ancestral fury ignites
You feel a sudden sense of foreboding
Your ancestral fury ignites
These are the two for when it procs for myself.
Quote:
fueled by an ancient, relentless power!
As if sensing danger
fueled by an ancient, relentless power!
As if sensing danger
These two are for when it procs for a mob, with the first of the two coming at the end of the sentence.
I tried to cobble something together after reading some other counting related threads, but I wasn't sure how to get it to cease some errors related to a comma or something.