You are viewing a read-only archive of the Carrion Fields discussion forums built from a snapshot of the forum database on 2026-08-25. The search page works, though it is not as sophisticated as the old forum search. This archive encompasses approximately 25 years of CF discussion. Today, that discussion continues on Discord (see the main website for a link).

Some of the special-purpose forums are listed below along with their replacements (as of writing):


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}

  

Top

AarnFri 13-May-05 07:45 PM
Member since 04th Feb 2005
566 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
#795, "Roller"
In response to Reply #0
Edited on Fri 13-May-05 07:45 PM

          

Here's a very simple roller for Zmud that I use. It's got no bells and whistles, it just works. Just change the 93 there to whatever value you want to see on your total rolls at a minimum, and away you go. Oh, and make sure under the options for that trigger, you make it fire on "prompt" and NOT on "new line". Should be much easier to modify this to accomodate charisma.

Pattern: ^&{str}str &{int}int &{wis}wis &{dex}dex &{con}con &{chr}chr Accept these stats~? ~

Value: #IF ((@str+@int+@wis+@dex+@con)<93) {n}

  

Top

    
LarcatFri 13-May-05 10:31 PM
Member since 04th Mar 2003
495 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
#796, "Wow, thanks for being helpful Aarn! :) nt"
In response to Reply #3


          

nt

"New payment options w/ Iron Realms"

  

Top

LarcatFri 13-May-05 08:41 AM
Member since 04th Mar 2003
495 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
#794, "www.yacfr.org"
In response to Reply #0


          

nt

"New payment options w/ Iron Realms"

  

Top

DurNominatorFri 13-May-05 03:33 AM
Member since 08th Nov 2004
2018 posts
Click to send private message to this author Click to add this author to your buddy list
#793, "My best guess is that the pattern is wrong."
In response to Reply #0


          

Try using pattern:

*str *int *wis *dex *con *chr

If the trigger fired as it should have, then this isn't the problem, but if it didn't, the pattern is likely to be the problem.

  

Top

Top General Discussions New Player Q&A Topic #792 Previous topic | Next topic