Board |
General.old [context] |
Sender |
Allkohl |
Date |
Tue Apr 30 08:32:18 2013 |
To |
all |
Subject |
zmud roll trig |
|
It's one the website as well, but just to be sure,
here's another very basic ZMud roll trigger.
{wpattern{x
Dice left to distribute: (%n), (%n), (%n), (%n), (%n), (%n), (%n), (%n), (%n),
(%n), (%n), (%n), (%n), (%n), (%n)
{wvalue{x
#VAR total 0
#AD total %1
#AD total %2
#AD total %3
#AD total %4
#AD total %5
#AD total %6
#AD total %7
#AD total %8
#AD total %9
#AD total %10
#AD total %11
#AD total %12
#AD total %13
#AD total %14
#AD total %15
#SAY @total
#IF (@total >= 1080) {{#ECHO @total; #WAIT 50000; show} {{rer}
the echo copies the total to another screen if its above the value
the wait 50000 show makes sure your connection doesn't time out
in case you are rolling at night when sleeping or something.
|