[Request] Script, when i type "ring" 4 Example and Messenger sends a Ring |
Author: |
Message: |
thomashas
Junior Member
Posts: 22
Joined: Aug 2006
|
O.P. [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
[Request] Script, when i type "ring" 4 Example and Messenger sends an Ring
... Is it possible to make this script???
Sorry for my english i hope there arenīt too much mistakes ^^
*edit
i mean the shaking window not the sounds
This post was edited on 10-07-2006 at 01:31 PM by thomashas.
|
|
10-07-2006 01:12 PM |
|
|
Jimbo
Veteran Member
Posts: 1650 Reputation: 18
32 / /
Joined: Jul 2006
|
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
do you mean like the plus custom sounds
you can send all of the plus sounds with a '/'
eg '/shello' or '/sbye'
|
|
10-07-2006 01:29 PM |
|
|
thomashas
Junior Member
Posts: 22
Joined: Aug 2006
|
O.P. RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
nono im not mean the sounds. i mean the wiggling window. I dont know the word in english.
|
|
10-07-2006 01:30 PM |
|
|
Jimbo
Veteran Member
Posts: 1650 Reputation: 18
32 / /
Joined: Jul 2006
|
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
nudge?
you can judge type '/nudge' and it will send a 'wiggling window'
|
|
10-07-2006 01:31 PM |
|
|
thomashas
Junior Member
Posts: 22
Joined: Aug 2006
|
O.P. RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
oh thankyou... i dont know that this /nudge is included thank you very much...
but can i change this to /ring or something else???
This post was edited on 10-07-2006 at 01:34 PM by thomashas.
|
|
10-07-2006 01:33 PM |
|
|
MrSwiskey
Junior Member
Zelda player since 1548.
Posts: 28
31 / / –
Joined: Oct 2006
Status: Away
|
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
Well, there could be a simple script made to make /ring nudge people, i'm sure.
|
|
10-07-2006 01:37 PM |
|
|
Jimbo
Veteran Member
Posts: 1650 Reputation: 18
32 / /
Joined: Jul 2006
|
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
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'.
This post was edited on 10-07-2006 at 01:48 PM by Jimbo.
|
|
10-07-2006 01:38 PM |
|
|
thomashas
Junior Member
Posts: 22
Joined: Aug 2006
|
O.P. RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
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
This post was edited on 10-07-2006 at 01:54 PM by thomashas.
|
|
10-07-2006 01:41 PM |
|
|
Jimbo
Veteran Member
Posts: 1650 Reputation: 18
32 / /
Joined: Jul 2006
|
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
[size=3]Edited code
code: function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message.replace("ring", "/nudge");
}
Just type ring instead
This post was edited on 10-07-2006 at 01:49 PM by Jimbo.
|
|
10-07-2006 01:47 PM |
|
|
thomashas
Junior Member
Posts: 22
Joined: Aug 2006
|
O.P. RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
New Script doesnīt work, too
|
|
10-07-2006 01:53 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|