|
Denarius Newbie
Joined: 06 Jun 2001 Posts: 7
|
Posted: Wed Jun 06, 2001 5:18 pm
Autoroller for Abandoned Realms |
Does anyone have a autoroller for a
mud called abandoned realms? It uses
Str: XX Int: XX Wis: XX Dex: XX Con: XX
where XX is the number I want the stats
at.. |
|
|
|
darmir Sorcerer
Joined: 10 Oct 2000 Posts: 706 Location: USA
|
Posted: Wed Jun 06, 2001 5:44 pm |
This forum is for finished script, If you want help with a autoroller script post this in the General Discussion Forum.. I think if you search for "auto roller" you will find one that you can use for your mud?
Edited later to add below.
I went ahead and wrote a quick autoroller for you:
Pattern: Str: (%d) Int: (%d) Wis: (%d) Dex: (%d) Con: (%d) Keep~? ~(Y/N~)
Value:
#var str {%1}
#var int {%2}
#var wis {%2}
#var dex {%3}
#var con {%4}
#IF (@str > 17 & @int > 13 & @wis >13 & @con > 10 & @dex > 7) {y} {n}
Good Luck
Darmir
"A gentle answer turns way wrath,
but a harsh word stirs up anger"
Proverbs 15:1 |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Jun 06, 2001 6:22 pm |
What darmir said. Post will be kept since it has a finished script. Granted the script is in a reply, but it's there.
Kjata |
|
|
|
|
|