|
undergod Wanderer
Joined: 27 Jun 2001 Posts: 82
|
Posted: Wed Mar 20, 2002 9:36 pm
Trigger with OR |
make two triggers!
#trigger {xxx: {^10}* send to the mud "Hi you"} {blah blah}
#trigger {xxx: {^15}* send to the mud "Hi you"} {blah blah} |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Wed Mar 20, 2002 9:57 pm |
xxx: {~^10|~^15}* send to the mud "Hi you"
I don't really understand what your mud
output *really* is but for:
Buddy: ^10 enters the game.
Buddy: ^15 enters the game.
#TR {^%w~: ~^{10|15}} {#ECHO send to the mud "Hi you"}
Would work as the | is the or choice.
another example:
#TRIGGER {You {hit|whallop|smash|tickle|slash}} {say go me!}
TonDiening
Beta Upgrading to 6.26 |
|
|
|
|
|