Skip to content
MSN Addons

On Action

A TG007 community discussion started by Eaglenest25311.

Discussion 11 posts
Page 1 of 1
Open
Topic #4182 · 11 published posts · 1,016 views

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

U want to say in msn room an action like /me owner

and ur script respond so here is wat u wat

on Admin:action:owner:#:/mode # +q $nick  

 

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.

Edited Jul 21, 2005 10:43 PM by Eaglenest25311

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

Edited Jul 22, 2005 1:32 AM by Eaglenest25311

Just tested it all and all works Thank's every one

MSN is back N running