|
Fabel00 Newbie
Joined: 24 Mar 2004 Posts: 2 Location: United Kingdom
|
Posted: Thu Mar 25, 2004 9:31 pm
rolling stats trigger |
Can anyone help me with rolling stats please...
Output is this:
STR: 13 INT: 14 WIS: 15 DEX: 15 CON: 12 CHA: 15
OK?
If anyone can email me or reply this would be great
Thankyou |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Fri Mar 26, 2004 12:18 am |
This should work:
#TR {STR: &str INT: &int WIS: &wis DEX: &dex CON: &con CHA: &cha} {#IF (@str!>=@strgoal OR @int!>=@intgoal OR @wis!>=@wisgoal OR @dex!>=@dexgoal OR @con!>=@congoal OR @cha!>=@chagoal) {no} {yes}} |
|
|
|
|
|