Shoutbox

[Request] Script, when i type "ring" 4 Example and Messenger sends a Ring - 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: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring (/showthread.php?tid=67050)

[Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 01:12 PM

[Request] Script, when i type "ring" 4 Example and Messenger sends an Ring


... Is it possible to make this script???
Sorry  for my english :P i hope there arenīt too much mistakes ^^


*edit
i mean the shaking window not the sounds


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Jimbo on 10-07-2006 at 01:29 PM

do you mean like the plus custom sounds
you can send all of the plus sounds with a '/'
eg '/shello' or '/sbye'


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 01:30 PM

nono im not mean the sounds. i mean the wiggling window. I dont know the word in english.


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Jimbo on 10-07-2006 at 01:31 PM

nudge?
you can judge type '/nudge' and it will send a 'wiggling window'


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 01:33 PM

oh thankyou... i dont know that this /nudge is included thank you very much...
but can i change this to /ring or something else???


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by MrSwiskey on 10-07-2006 at 01:37 PM

Well, there could be a simple script made to make /ring nudge people, i'm sure.


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Jimbo on 10-07-2006 at 01:38 PM

yes, i'll get right on it, give me a min
EDIT: done it now

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message.replace("ring", "/nudge");
}

Just type /ring and it will send a 'wiggly window'.
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 01:41 PM

thaaaaank you very very much verryyyyy helpfull board here thxxxx :):)


*edit.... hm doesenīt work. I make this script in plus live and after that iīve type /ring in messenger windows but nothing happens, only a window with a instruction  that this downesnt work


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Jimbo on 10-07-2006 at 01:47 PM

[size=3]Edited code

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message.replace("ring", "/nudge");
}

Just type ring instead

RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 01:53 PM

New Script doesnīt work, too :(


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Jimbo on 10-07-2006 at 02:00 PM

Well sorry, i'm stumped, u'll have to wait for a more advanced scripter to come online. Sorry


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 02:00 PM

ok thanxx


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by prashker on 10-07-2006 at 02:06 PM

You can just create a quick text....


Follow the arrows and you will then have

when you say ring

it will send a nudge :)

[Image: attachment.php?pid=739112]


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by thomashas on 10-07-2006 at 02:11 PM

thanxxxxx a lot :D , now it works :):)

hehe mysto and Pizzy style picture :D


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by prashker on 10-07-2006 at 02:25 PM

quote:
Originally posted by thomashas
thanxxxxx a lot :D , now it works :):)

hehe mysto and Pizzy style picture :D

No problem :)
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Spunky on 10-07-2006 at 05:40 PM

You was replacing "ring" with "/nudge"... If you typed "/ring" as a normal command, it'd send "//nudge" thus cancelling the command.


RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring by Baggins on 10-09-2006 at 12:15 AM

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message.replace("/ring", "/nudge");
}
if you want to type "/ring"