|
forlorn1 Newbie
Joined: 16 Mar 2006 Posts: 1
|
Posted: Thu Mar 16, 2006 12:15 am
Stat roller --- yes I know sorry I cant get it to work |
this is what I receive from the mud
Str: 14 Int: 10 Wis: 13 Dex: 15 Con: 14 Cha: 12 Lck: 8
Keep? (Y/N)
I want str int wis dex and con to be 16 or greater and have the total be 92 or greater..
could someone please assist me.. thanks in advance
James |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Mar 16, 2006 2:04 am |
Try this
Code: |
#Trigger {Str: &Str Int: &Int Wis: &Wis Dex: &Dex Con: &Con Cha: &Cha Lck: &Lck} {#IF %eval((@Dex > 16) & (@Con > 16) & ( @Str + @Int + @Wis + @Dex + @Con + @Cha + @Lck)> 92 ) {#SEND Y} {#SEND N} } |
You should also try search the forums first. The autoroller topic has been covered many times. And in general you can find the answers to many questions that way.
Edit: Corrected Typo. |
|
_________________ Asati di tempari! |
|
|
|
|
|