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

Search Results
Subject Author Forum Time
RE: Making a /command
ooo, tnx:D now am I using: [code] function OnGetScriptCommands() { var ScriptCommands = "<ScriptCommands>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>beep</Name>"; ScriptCommands += "<Description>...
SumaScripting08-10-2006 at 01:43 PM
RE: Making a /command
I don't get it :S because the code in this code: [code]function OnEvent_Initialize( Messenger ) { if(!LoadInstall()) { LoadInstall(); } } function OnEvent_Signin(Email) { if(ReadReg("todaysDate") != datum()) { WriteReg(...
SumaScripting08-10-2006 at 01:33 PM
RE: Making a /command
but why doesn't it appear in the /list?
SumaScripting08-10-2006 at 01:24 PM
Making a /command
I want to make a /command, /uit. but is't not working... this is what I use now: [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message == "/uit") { toast("blaat","ghehe uit"); } } [/code] can somebody help me to make...
SumaScripting08-10-2006 at 01:11 PM
RE: Contact Name
It works good, but not for my script... this is what I have now: [code] // our pmchat script function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { var Blaat = '!chat'; // Text that must be in your name var LangeText = Mes...
SumaScripting08-05-2006 at 10:37 AM
RE: Contact Name
yes, i know the Origin code... but that don't work on my new script... is ther no other code who get only the name of your contact?
SumaScripting08-04-2006 at 10:29 PM
Contact Name
Hi, I was searching for a code that show's me the nickname of your contact person, I want to make a script like: [/code] function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { // if my contact has the same name as me, then: {...
SumaScripting08-04-2006 at 10:07 PM
[Hide Excerpts]