Subject: "here." Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top General Discussions New Player Q&A Topic #329
Show all folders

permanewbieMon 09-Feb-04 07:31 PM
Member since 04th Mar 2003
349 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#370, "here."


          

Back in ....I think it was '97, one of the FTA clan emailed Zugg himself for help on creating a single trigger to roll for stats, and got a response. He actually replied with a good base for a trigger, and since then we have tweaked it a bit so that it works better.



Trigger pattern:
(*)str (*)int (*)wis (*)dex (*)con

Value:
#math curr {%1 + %2 + %3 + %4 + %5}
#if (@cmax<@curr) {cmax=@curr}
#if (@curr<91) {n @curr @cmax}
#if (@curr>=91) {#say @curr}


Then, what you do, is you add up all of the stats that you desire, into one number and replace the "91" with whatever number you are rolling for. And make sure you replace it in both places.




"Death awaits ya all, wit nasteh big pointeh teeth!"

  

Alert | IP Printer Friendly copy | Reply | Reply with quote

TopicZmud Auto-Roller Script [View all] , Mackey, Sat 27-Dec-03 09:14 AM
Reply It's this easy..., victorianSURFER, 11-Jul-04 11:07 AM, #12
Reply Auto-roller for Gmud, Splntrd, 05-Jul-04 10:49 PM, #11
Reply RE: Zmud Auto-Roller Script, Peaceful_Avatar, 25-Jun-04 07:52 PM, #7
Reply Disclaimer:, Valguarnera, 26-Jun-04 07:58 AM, #8
     Reply And don't forget..., Dwoggurd, 26-Jun-04 03:22 PM, #9
          Reply RE: Invokers, Straklaw, 26-Jun-04 07:09 PM, #10
Reply RE: Zmud Auto-Roller Script, Mordacai, 22-Feb-04 03:04 PM, #4
Reply here., permanewbie, 09-Feb-04 07:31 PM #2
Reply Beats the "go ctc method". nt, Dugruain, 09-Feb-04 11:20 PM, #3
Reply RE: Zmud Auto-Roller Script, msattler, 09-Feb-04 01:51 PM, #1
     Reply This is all you need , 1 line customisable roller., Rutsah, 11-Apr-04 01:13 AM, #5
          Reply RE: This is all you need , 1 line customisable roller., Thaelog, 18-Jun-04 11:55 AM, #6
Top General Discussions New Player Q&A Topic #329 Previous topic | Next topic