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

Search Results
Subject Author Forum Time
RE: Change received folder location?
alright thanks, i know its not going to work properly but it should work well enough for what i need it for :)
KriogenicScripting03-13-2008 at 02:32 AM
RE: Change received folder location?
Ohh thanks theres away to edit registry using scripts?
KriogenicScripting03-13-2008 at 02:13 AM
Change received folder location?
Hey there everyone I am making a script and I want it to change the received file dir I was just wondering if there is away to change the current "Received Files" location I looked in the documentation and saw [code] Messenger::ReceiveFileDir The M...
KriogenicScripting03-13-2008 at 01:50 AM
RE: [HELP] Adding a timer using var as interval (read for more details)
Hmm thanks. These ideas will help. Thanks again people, Kriogenic.
KriogenicScripting08-11-2007 at 06:41 AM
RE: [HELP] Adding a timer using var as interval (read for more details)
I do that all the time... Always forget that... Then I always think the problem is something else >.< My 2 biggest errors... Forgetting MsgPlus. and forgetting its cap sensative... Thanks for your help. Kriogenic.
KriogenicScripting08-10-2007 at 03:31 PM
[HELP] Adding a timer using var as interval (read for more details)
Hey. Ok I am adding a timer and I am using a variable as the interval but I want to do some maths to it IE times it by 60000 to get it into milisecond format... My script you enter the minutes into a box and click ok so lets say 1 it executes this......
KriogenicScripting08-10-2007 at 03:23 PM
RE: SciTE plus scripting api Calltips :o
Awesome, I don't use SciTE I use notepad++ for syntax highlighting but I may download SciTE sometime because it looks awesome.
KriogenicScripting08-10-2007 at 08:40 AM
RE: [BETA] YASS 0.4, formerly Status2HTTP
Oh lol, wonder why I didn't see it before... I am sure I looked.... Oh well... Thanks for pointing that out. Kriogenic.
KriogenicScripting08-10-2007 at 04:26 AM
RE: My first script.
Hmm you have a good point... Never knew that untill now actually but fair enough.
KriogenicScripting08-10-2007 at 01:44 AM
RE: [BETA] YASS 0.4, formerly Status2HTTP
For some strange reason I can't seem to find the "Config" button for this script :S
KriogenicScripting08-10-2007 at 01:35 AM
My first script.
Ok I am new here... Thought to release my first script. NOTE: Thanks to everyone who helped with the functions for this script in IRC. Basically this has 3 command commands: [code] /os /hdd (total,summary) /uptime (PM)(on,off) [/code] Descriptions: [...
KriogenicScripting08-10-2007 at 01:23 AM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
Alright thanks this works perfectly (y) thanks for all your help Kriogenic.
KriogenicScripting08-10-2007 at 12:55 AM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
Sure..... [code] function OnEvent_ChatWndSendMessage( ChatWnd, Message ) { chat_window = ChatWnd; Command = Message.split(' ') switch ( Command[0].toLowerCase() ) { case "/testing" : var i = 0; var TheO...
KriogenicScripting08-10-2007 at 12:45 AM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
I tried Trace.Debug("Personal Message is " + Messenger.MyPersonalMessage); and I get "Personal Message is testing pm is not empty (My pm was set to testing pm is not empty) So it is working I just have no idea why it won't assign to the variable ...
KriogenicScripting08-10-2007 at 12:33 AM
[HELP] Messenger.MyPersonalMessage won't assign to variable?
Hey there I am currently making a script. I have tried assigning my personal message to a variable and the variable has always come up empty... This is what I have done... var MyOldPM = Messenger.MyPersonalMessage; Debug.Trace("Personal Message is ...
KriogenicScripting08-10-2007 at 12:17 AM
[Hide Excerpts]