LJ©
04-04-2007, 12:45 PM
This might make the basis of a wacky Link Script.
Or perhaps use it to drop on over to a 'sister palace'.
I used a version of this in my Links Room... It's WACKY!
It got LOADS of Complaints.... [so I tacked up a ROOMMSG as a warning]
If you want something left of centre, try this...
When someone 'selects' the spot/door the script is in, EVERYONE! in the room gets sent to that link.
ON INCHAT{
{ "" GREPSUB CHATSTR =
"$1" GREPSUB NETGOTO }
CHATSTR "^;R©©M Wåå©RP©¸ (.*)$" GREPSTR IF
}
ON SELECT{
";R©©M Wåå©RP©¸ palace://practice.chatserve.com:9998" SAY
}
How it works...
The ON SELECT, simply makes you say ;R©©M Wåå©RP©¸ followed by a palace address.
The ON INCHAT listens for all speech starting with ;R©©M Wåå©RP©¸.
As everyone in the room 'hears' what was said the INCHAT affects everyone.
Whenever a Palace was hosting an event, we'd often congregate in my links room before making our "arrival".
You could alter this to just about anything that you want to do to a whole room.
Or perhaps use it to drop on over to a 'sister palace'.
I used a version of this in my Links Room... It's WACKY!
It got LOADS of Complaints.... [so I tacked up a ROOMMSG as a warning]
If you want something left of centre, try this...
When someone 'selects' the spot/door the script is in, EVERYONE! in the room gets sent to that link.
ON INCHAT{
{ "" GREPSUB CHATSTR =
"$1" GREPSUB NETGOTO }
CHATSTR "^;R©©M Wåå©RP©¸ (.*)$" GREPSTR IF
}
ON SELECT{
";R©©M Wåå©RP©¸ palace://practice.chatserve.com:9998" SAY
}
How it works...
The ON SELECT, simply makes you say ;R©©M Wåå©RP©¸ followed by a palace address.
The ON INCHAT listens for all speech starting with ;R©©M Wåå©RP©¸.
As everyone in the room 'hears' what was said the INCHAT affects everyone.
Whenever a Palace was hosting an event, we'd often congregate in my links room before making our "arrival".
You could alter this to just about anything that you want to do to a whole room.