Shoutbox

Help... - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Help... (/showthread.php?tid=94713)

Help... by aha2095 on 06-03-2010 at 02:07 AM

I'm terrible with JS but thought hey i'll give it a quick go and failed miserable.
I was wondering if theres a good tut around...
Also if anyone could help me with a script:
What i tried to do was have a command named "/burn" this would result in a message Like "[animation here] *User* burned you *recipient*! [animation here]" but in red text and so thank you for taking the time to read this :)


RE: Help... by CookieRevised on 06-03-2010 at 06:49 AM

Dunno what you mean with [animation] though. You can only show text and emoticons, which might be animated gifs, if that is what you meant.

If you simply want to show the text when you enter the command /burn you don't need any script at all. This can be done with Quick Texts:

Plus! > Preferences & Options > Conversations > Quick Texts > Add...

[Image: attachment.php?pid=995060]


RE: Help... by aha2095 on 06-03-2010 at 10:13 AM

How would i turn the text red?

And thanks for all the help :)


RE: Help... by matty on 06-03-2010 at 02:07 PM

You would need to adjust the color of your action messages in the Preferences from blue to red. However that will change it for all /me commands.


RE: Help... by aha2095 on 06-03-2010 at 02:39 PM

Hmm well if anyone knows of a way to change it individually I would appreciate this, thanks for all the help people!


RE: Help... by CookieRevised on 06-03-2010 at 03:04 PM

You can't change the color of the entire action message individually. You can however color everything after your user name using the color tags:

/me [c=4]says this is colored in red[/c]
will give:
* CookieRevised says this is colored in red

------

quote:
Originally posted by aha2095
Yeah but is there a way to make one like the /slap command but in red so that way it says both names?
The /slap command is a Quick Text alias for the action message:
/me slaps (!N) with a large smelly tuna fish

The (!N) tag will be replaced with all the contacts' names in the current chat.
If you want to show their email addresses use the (!M) tag.

You can find all the possible tags if you browse the main Plus! menu in a conversation window. The tag codes are listed beside their description:
Plus! > Insert Special Tag
and
Plus! > Insert Format Tag

[Image: attachment.php?pid=995079]

RE: Help... by foaly on 06-03-2010 at 03:09 PM

quote:
Originally posted by CookieRevised
You can't change the color of the entire action message individually. You can however color everything after your user name using the color tags:

/me says [c=6]this is colored purple[/s]
will give:
* CookieRevised says this is colored red

I like how plus changes your text in something wrong when you use color tags :P
to clarify you said purple in the explanation, but red in the example...
RE: Help... by CookieRevised on 06-03-2010 at 03:12 PM

What do you mean? It works perfectly here in Messenger Plus! ....
Or do you mean the forum quoting system? (which indeed fux0rs it up a bit)


[Image: attachment.php?pid=995081]

EDIT:

quote:
Originally posted by foaly
Updated my last post :)
there is nothing wrong with the Plus! color tags...
ah, yeah... lol... was confused myself about the forums using red, Plus! using purple, etc...
RE: Help... by foaly on 06-03-2010 at 06:06 PM

Updated my last post :)
there is nothing wrong with the Plus! color tags...


RE: RE: Help... by aha2095 on 06-05-2010 at 07:04 PM

quote:
Originally posted by CookieRevised
You can't change the color of the entire action message individually. You can however color everything after your user name using the color tags:

/me [c=4]says this is colored in red[/c]
will give:
* CookieRevised says this is colored in red

------

quote:
Originally posted by aha2095
Yeah but is there a way to make one like the /slap command but in red so that way it says both names?
The /slap command is a Quick Text alias for the action message:
/me slaps (!N) with a large smelly tuna fish

The (!N) tag will be replaced with all the contacts' names in the current chat.
If you want to show their email addresses use the (!M) tag.

You can find all the possible tags if you browse the main Plus! menu in a conversation window. The tag codes are listed beside their description:
Plus! > Insert Special Tag
and
Plus! > Insert Format Tag

[Image: attachment.php?pid=995079]


I have no such menu...
RE: Help... by Kafman on 06-05-2010 at 07:31 PM

quote:
Originally posted by aha2095
I have no such menu...
Press ALT in a conversation window, this will show the menu
RE: Help... by aha2095 on 06-06-2010 at 10:45 AM

Thank you every one :)