Posted by Zebulost on April 23, 2000 at 10:51:56:
In Reply to: mac rollers posted by WonderBoy on April 23, 2000 at 10:45:34:
----Start: Rapscallion Trigger Transcript----
----New Trigger: Autoroller
Multiple: 6
Show: False
Substitute: True
Var1: Param: %1
Voice: 1836346163 1836346163
Start Script: Trigger
%nstr %nint %nwis %ndex %ncon %nchr *Accept these values \(Y/N\)
End Script: Trigger
Start Script: Script
@@if $$ma_total(%1, %2, %3, %4, %5) > $$ARhighest
@@start script
@@put $$ma_total(%1, %2, %3, %4, %5) into variable ARhighest
@@end script
@@if $$ma_total(%1, %2, %3, %4, %5) < $$ARmin
@@start script
N
@@end script
@@else
@@start script
@@echo
@@echo *****Successful Roll****
@@echo
@@echo Strength: %1
@@echo Intelligence: %2
@@echo Wisdom: %3
@@echo Dexterity: %4
@@echo Constitution: %5
@@echo Charisma: %6
@@echo ----------------
@@echo Total: $$ma_total(%1, %2, %3, %4, %5, %6)
@@echo
@@echo Type: 'Y' to continue, or 'N' to continue rolling.
@@end script
End Script: Script
Start Script: Substitute Script
Str: %1 Int: %2 Wis: %3 Dex: %4 Con: %5 Chr: %6 || Total: $$ma_total(%1, %2, %3, %4, %5) || Max: $$ARhighest Want: $$ARmin
End Script: Substitute Script
----End Trigger Item----
----End: Rapscallion Trigger Transcript----
----Start: Rapscallion Variable Transcript----
----New Variable: ARhighest
Number Value: 87
Mode: 1853189458
----End Variable Item----
----End: Rapscallion Variable Transcript----
----Start: Rapscallion Variable Transcript----
----New Variable: ARmin
Main Value: 86
----End Variable Item----
----End: Rapscallion Variable Transcript----