what is action/text in MSN Chat room code?
on *:{TEXT}:*hi*:*:msg # S \rTahoma;0 hi
If I was To Type /me hi
How will my script reconize it? and Respond in kind?
A TG007 community discussion started by Eaglenest25311.
what is action/text in MSN Chat room code?
on *:{TEXT}:*hi*:*:msg # S \rTahoma;0 hi
If I was To Type /me hi
How will my script reconize it? and Respond in kind?
really i couldn't get wt u want exactly but try this for action /ame hope this wt u want..
on *:TEXT:*hi*:#:/ame hi 2 $nick
Thank's, That's the latter half, Now I need the on action code
So the script responds to /me action/text
on *:ACTION:*:#: {
maybe
Not actual responce I'm looking for,
In MSN or Group, if you type /me Hi There the words are like this
Hi There [/color=purple]
But the script does not respond to what MSN calls action/text
So I'm trying to make it respond in that text format.
Your question is not very clear, do you want your script to respond to a certain statement with action text, or do you wish your script to read someone elses action text, and respond to that?
in either case its fairly simple.
normaly to get your script to respond to someone saying "hi", you would have this..
on *:text:hi*:#: {
msg # hi $nick
}
If however the user for some reason says hi with action text, you will need this
on *:action:hi:#: {
msg # hi $nick
}
And if you want your script to repond in action text, you just put "amsg" instead of "msg"
Ok Thanks, I will try it as soon as they let the eastern part usa around west virginia back on msn,
MSN all but hotmail don't work
I believe what you are looking for is using describe. Like the following.
on ^*:TEXT:*!biteme*:*: describe # $me bit $nick You asked for it.:P
"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers
Thank's Mail that's useful too,
What I think is right, is from others also.
I probably use all LoL
Just tested it all and all works Thank's every one
MSN is back N running
Sign in to reply or start a new topic where your account has permission.