Go back to previous topic
Forum Name New Player Q&A
Topic subjectRE: This is all you need , 1 line customisable roller.
Topic URLhttps://forums.carrionfields.com/dcboard.php?az=show_topic&forum=5&topic_id=329&mesg_id=432
432, RE: This is all you need , 1 line customisable roller.
Posted by Thaelog on Wed 31-Dec-69 07:00 PM
This has me a bit confused. In the Trigger for zMUD, I put in:

(%d)str (%d)int (%d)wis (%d)dex (%d)con

And in the VALUE area below (there is no "action" area at all), I put:

#IF (%1>20 & %2>14 & %3>16 & %4>15 & %5>21) {y} {N}

Now, you say to set the value for "each %" .. but that doesn't make sense to me. Do you mean I put the stat I want (minus one) in place of EACH % in the script? That is what you are saying in your post.

I've tried it once, but it stops running after one or two stat rolls, on one that is well below the stats I set to aim for. You need to post an example.

Perhaps using the stats I am trying to aquire, minus one for each;

Str: 18 Int: 15 Wis: 15 Dex: 18 Con: 20

What would the script look like in order to work properly?

Thanks.