Hiya folks!
So I am trying to convert the mini-window plugin written by Fiendish to be able to work with the MUSH I am playing on, as found here: http://www.gammon.com.au/forum/bbshowpost.php?id=10728&page=1
The mush I am playing uses Chat Channels such as:
<General>, <Code>, <+Tech>
I am also trying to capture the Pages that get sent to me, and the ones I send out. All forms of communication have the ability to accept a "pose". Meaning that on the channel a person could do a pose, which would omit the usual: <General> Alfie says, "go Marlins!" and instead would be <General> Alfie cheers on the Marlins.
Pages are similar to that, but don't have the say/s portion for that direct communication.
If you need more examples of the Channels, I can post them.
What have I tried to do? Simple, convert the You say/tell/ooc to the channels. However, I am thinking that the open and close carrots <> are causing a problem with this. :S
Here is an example of the converted trigger:
<trigger
enabled="y"
match="<General>"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
Any help you can give me, would be much appreciated!
Thanks in advance!
So I am trying to convert the mini-window plugin written by Fiendish to be able to work with the MUSH I am playing on, as found here: http://www.gammon.com.au/forum/bbshowpost.php?id=10728&page=1
The mush I am playing uses Chat Channels such as:
<General>, <Code>, <+Tech>
I am also trying to capture the Pages that get sent to me, and the ones I send out. All forms of communication have the ability to accept a "pose". Meaning that on the channel a person could do a pose, which would omit the usual: <General> Alfie says, "go Marlins!" and instead would be <General> Alfie cheers on the Marlins.
Pages are similar to that, but don't have the say/s portion for that direct communication.
If you need more examples of the Channels, I can post them.
What have I tried to do? Simple, convert the You say/tell/ooc to the channels. However, I am thinking that the open and close carrots <> are causing a problem with this. :S
Here is an example of the converted trigger:
<trigger
enabled="y"
match="<General>"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
Any help you can give me, would be much appreciated!
Thanks in advance!