What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Delay a function
Oke, allright. I get it now. But no change to make it work properly? :x Anyway, many thx to all :D
InuyashaScripting08-10-2006 at 09:49 AM
RE: Delay a function
Im getting an error which says "ChatWnd.SendMessage" is not defined....
InuyashaScripting08-10-2006 at 09:39 AM
RE: Delay a function
You mean like this? : [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { MsgPlus.AddTimer("yoyo", 1000) function OnEvent_Timer(TimerId) { if (TimerId == "yoyo") { Chat...
InuyashaScripting08-10-2006 at 09:29 AM
RE: Delay a function
Thx, but now i have this script: [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { MsgPlus.AddTimer("yoyo", 1000) if (Message == "=D") { ChatWnd.SendMessage(":')"); function OnEvent_Time...
InuyashaScripting08-10-2006 at 09:19 AM
RE: Delay a function
Thx alot, i needed this :)
InuyashaScripting08-10-2006 at 06:38 AM
Delay a function
Hello everybody :D I've a question, which is: Can someone make a function that delays another function for about 3 seconds? And how do you make custom functions, so not the prefab functions, described in the Script Documentation, but a custom functi...
InuyashaScripting08-09-2006 at 06:01 PM
[Hide Excerpts]