|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: 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! |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: 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... ;) |
|
|
|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: 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
|
|
|
|
|
|