Subject: "I can't get this trigger roller to work... Any help ple..." Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top General Discussions New Player Q&A Topic #792
Show all folders

MeoilaxenzFri 13-May-05 01:53 AM
Member since 04th Mar 2003
80 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
#792, "I can't get this trigger roller to work... Any help ple..."


          

This was the original 1 trigger script I went used.

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}

I Modified it to look like this but it doesn't help... What is wrong?
I want to be able to roll for Charisma too. Any help is much appreciated

Pattern:
(*)str (*)int (*)wis (*)dex (*)con (*)chr Accept these stats?

Value:

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

  

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

TopicI can't get this trigger roller to work... Any help ple... [View all] , Meoilaxenz, Fri 13-May-05 01:53 AM
Reply Roller, Aarn, 13-May-05 07:45 PM, #3
Reply Wow, thanks for being helpful Aarn! :) nt, Larcat, 13-May-05 10:31 PM, #4
Reply www.yacfr.org, Larcat, 13-May-05 08:41 AM, #2
Reply My best guess is that the pattern is wrong., DurNominator, 13-May-05 03:33 AM, #1
Top General Discussions New Player Q&A Topic #792 Previous topic | Next topic