 |
Cbisazza Wanderer
Joined: 27 Feb 2003 Posts: 69 Location: Australia
|
Posted: Wed Jul 28, 2004 12:09 pm
Like #say, but different ... |
Is there a way to insert text into the main MUD window (so that it is logged) without having it processed by triggers?
Thanks, |
|
_________________ Chris. |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Jul 28, 2004 5:16 pm |
Use the 'notrig' option (disable Trigger on Trigger) if the #SAY is produced by a trigger.
For other settings, disable triggers beforehand and reenable them afterward.
#IGNORE 0
#SAY text
#IG 1 |
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
 |
Cbisazza Wanderer
Joined: 27 Feb 2003 Posts: 69 Location: Australia
|
Posted: Wed Jul 28, 2004 10:31 pm |
Not exactly what I was looking for, but it does give me something to work on. Thanks.
The text I'm speaking of is essentially generated by triggers (or by aliases/loops called from triggers), so that should take care of it.
I'll see how it goes.
Thanks! |
|
_________________ Chris. |
|
|
 |
|
|
|