F0x's Custom 3 Colour AMSG

By ƒØ× on Oct 16, 2007

Here Is My Custom 3 Colour Amsg Script.

How To Use:
Set Each Colour Using The Colour Code (Eg. ctrl+k) Followed By The Colour's Number.
To Set The First Colour (The ".::") Type /a1 colourcode
To Set The Second Colour (The "AMSG") Type /a2 colourcode
To Set The Third Colour (The "The Actual Message") Type /a3 colourcode
Then Send A AMSG, The Colours Will Automatically Be Put In The Message Each Time.

; F0x's Custom Three Colour AMSG Script
; Created By F0x Of The SwiftIRC Network
; www.f0xb0t.net.tc
; How To Use:
; Set Each Colour Using The Colour Code (Eg. ctrl+k) Followed By The Colour's Number.
; To Set The First Colour (The ".::") Type /a1 colourcode
; To Set The Second Colour (The "AMSG") Type /a2 colourcode
; To Set The Third Colour (The "The Actual Message") Type /a3 colourcode
; Then Send A AMSG, The Colours Will Automatically Be Put In The Message Each Time.

alias a1 {
  /set %colour1 [ $1 ]
  //echo %colour1 ".::"1 colour has been set.
}
alias a2 {
  /set %colour2 [ $1 ]
  //echo %colour2 "AMSG"1 colour has been set.
}
alias a3 {
  /set %colour3 [ $1 ]
  //echo %colour3 "Message"1 colour has been set.
}
alias amsg {
  amsg %colour1 $+ .:: $+ %colour2 $+ AMSG $+ %colour1 $+ ::. %colour3 $1-
  {

Comments

Sign in to comment.
Ghost-writer   -  Oct 31, 2009
alias a3 {
  /set %colour3 [ $1 ]
  //echo %colour3 "Message"1 colour has been set.
}

You do not need / in a script, mirc does it automatically for you. & try this next time.

alias a3 set %colour3 [ $1 ] | echo -a %colour3 "Message" Colour has been set.

Not saying 1 liners are better, just saying for a code this short might as well.

 Respond  
iTanq   -  Oct 31, 2009

«09:14:02» 12@iTanq 7.::9AMSG7::. 4 n0b

Fail.

 Respond  
ƒØ×   -  Oct 20, 2007

with the bracket yea i hit the wrong key but it still works..

and tippy, i did it like \"ac\" because its shorter and quicker to type.

 Respond  
Tippy   -  Oct 19, 2007

[quote=\"Bull\"]The bracket at the end is open,make it } not { [/quote]

I agree Bull,also the code why not make it more like...

alias colour-set {
  /set %colour1 [ $1 ]
  //echo %colour1 \".::\"1 colour has been set.
}
 Respond  
Bull   -  Oct 19, 2007

The bracket at the end is open, make it } not {

 Respond  
DarkDaemon   -  Oct 17, 2007

Nice

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.