Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
johnjohn
Newbie


Joined: 07 Oct 2002
Posts: 1

PostPosted: Mon Oct 07, 2002 8:40 am   

why doesn't this trigger work?
 
Using Zmud 4.62 the pattern is
Mana (%d,%d) Force (%d)>

Output is
#IF (((%1) >= 1) AND ((%3) >= 25)) {ka}

So in all reality, should this work?
Mana (5,347) Force (73)>
Reply with quote
cingulli
Wanderer


Joined: 30 Aug 2001
Posts: 53
Location: Finland

PostPosted: Mon Oct 07, 2002 9:50 am   
 
#tr {Mana ~((%d),(%d)~) Force ~((%d)~)>} {#IF (((%1) >= 1) AND ((%3) >= 25)) {ka}}
Reply with quote
LightBulb
MASTER


Joined: 28 Nov 2000
Posts: 4817
Location: USA

PostPosted: Mon Oct 07, 2002 5:16 pm   
 
Pattern
Mana ~((%n)~) Force ~((%d)~)~>
Output
#IF ((%1 > 999) AND (%2 > 24)) {ka}

Command line version
#TR {^Mana ~((%n)~) Force ~((%d)~)~>} {#IF ((%1 > 999) AND (%2 > 24)) {ka}}

You should probably make this trigger on prompt, and not on newline, if those options are available in 4.62. You should also consider upgrading, 4.62 is fairly old and if you're using it legally you've already paid the license fee so it won't cost you anything to upgrade to 6.16.

LightBulb
Senior Member
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net