ON OUTCHAT {
{
; Monitron's Message Spy script 0.01
; (c) 1996 Justin Streufert
; cdolphin@access.digex.net
"@Private message from " WHOCHAT WHONAME + " to " + WHOTARGET
WHONAME + ": " + CHATSTR + SAY ; say all the stuff
"" CHATSTR = ; clear the chat string
} WHOTARGET 0 == NOT IF ; don't do anything if this is not a private
;message
}
1. First go in to the room you want the spy script in. Next go into wizard or god mode and go into authoring mode by clicking on Wizard (in the menu bar) then go down to authoring mode. Note: I will use the word spot instead of door sometimes. A door to me is a spot you click on and it takes you to a room, if it doesn't do this I call it a spot.
2. Create a new spot by going to Wizard and click new door. No one needs to click this spot so keep it out of the way by making it small and putting it in a corner. Double click the spot to load up its info. Change the spot type from passage to normal.
3. Next click on Edit Script. Insert the script in the box that is used for the spy, which is at the top of the page. The easiest way to do this is to cut and paste it.
4. Now exit authoring mode, get a buddy, and try out the script. The script works when one person wispers something to another person it will say the message to everybody in the room.
5. Use this script at your own risk, it can be a mean
little script.
|
|
|