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

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD General Discussion
shaun.murray
Magician


Joined: 23 Jul 2005
Posts: 334
Location: Chicago

PostPosted: Thu May 22, 2008 8:01 pm   

trigger won't fire....
 
Not sure why it won't fire....

Code:
^{~( moral ~)|~( immoral~ )|~( impartial ~)}*{is standing here.|is resting here.|works|watches|is here}


For example then...

( immoral ) The beast called Bill is resting here.
( impartial ) Sylvia the snake is standing here.
( moral ) Johnny is here fighting a tree!


Wouldn't that trigger fire off of any of those lines? TIA!
Reply with quote
Guinn
Wizard


Joined: 03 Mar 2001
Posts: 1127
Location: London

PostPosted: Thu May 22, 2008 8:21 pm   
 
The problem before was a space in the wrong place. The first line is yours, the second line works
Code:
^{~( moral ~)|~( immoral~ )|~( impartial ~)}*{is standing here.|is resting here.|works|watches|is here}
^{~( moral ~)|~( immoral ~)|~( impartial ~)}*{is standing here.|is resting here.|works|watches|is here}


try the following though, it's a bit more tidy too
Code:
^~( {moral|immoral|impartial} ~)*{is standing here.|is resting here.|works|watches|is here}
_________________
CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;)
Reply with quote
shaun.murray
Magician


Joined: 23 Jul 2005
Posts: 334
Location: Chicago

PostPosted: Thu May 22, 2008 8:34 pm   
 
GAR! Damn those silly spaces!!! What business do they have in a mud anyways! Err... *shrug* LoL! Thanks Guinn! Works like a champ now! =D
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD 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