Here is my TinTin Roller, written by myself (Ceberon), and Hirken.
Type "best" to see what your best total has been so far.
type "total (number)" to set what you want the roller to stop at.
(example: total 85)
Otherwise, type tt++ roller-file to start it up, dsl to go into dsl, and
then it should get you into creation.. make sure your color does get turned
off..
Oh.. Don't type in the -----------'s
Any questions, just e-mail me at ceberon@hotmail.com
----------------------------------------------------------------------------
#alias {dsl} {#session {dsl} {dsl-mud.org 4000};n;c;c}
#redraw
#variable {str} {0}
#variable {int} {0}
#variable {wis} {0}
#variable {dex} {0}
#variable {con} {0}
#variable {ok} {0}
#variable {total} {0}
#variable {ttotal} {0}
#variable {mtotal} {80}
#variable {btotal} {0}
#action {[Str: %0 Int: %1 Wis: %2 Dex: %3 Con: %4]} {#math {str} {%0};#math {int}
{%1};#math {wis} {%2};#math {dex} {%3};#math {con} {%4};#math {ttotal} {$str + $int + $wis
+ $dex + $con};#if {$btotal <$ttotal} {#math {btotal} {$ttotal}}}
#action {Keep} {#var ttotal;#if {$ttotal <$mtotal} {#math {ok} {1}};#if {$ok="1}" {n;#math {ok} {0}}}
#alias {total} {#var mtotal %1}
#alias {best} {#var btotal}
----------------------------------------------------------------------------
Return to the Art of War