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

Search Results
Subject Author Forum Time
RE: Reading a data file
I got the XML reading working. I used Debug.Trace to print out the path it was using and it was incorrect, so I changed it until it worked.
wiseguyxpScripting12-13-2009 at 05:02 AM
RE: Reading a data file
Is it sort of like an environment variable? What is the variable name?
wiseguyxpScripting12-13-2009 at 12:04 AM
RE: Reading a data file
It is still giving me the same error message. What is the root directory that mplus uses for scripts? I want to make sure that I'm specifying the correct directory structure when I load the file. Is there a way to check if a file exists?
wiseguyxpScripting12-12-2009 at 08:38 PM
RE: Reading a data file
I am trying to do XML enumeration and have run into an error that I can't seem to fix. When I try to shove "Blah" from the XML into the playerName variable, I keep getting "Error: Object required". I have posted the relevant sections of code b...
wiseguyxpScripting12-12-2009 at 07:16 AM
Reading a data file
I have some data on my local computer that I would like to "import", if you will, into a script. I would like to use XML if possible. The data will influence how commands are executed. How would I go about reading the data in from the file with ...
wiseguyxpScripting12-11-2009 at 10:31 AM
RE: Script to parse user input
Oh okay, maybe I got that error in an older version of the script. I didn't know that OnGetScriptCommands() was preferred. I just picked ScriptInfo.xml because I wouldn't have to put all of the xml in quotes (laziness ftw). But, I changed it to ...
wiseguyxpScripting12-07-2009 at 05:46 AM
RE: Script to parse user input
Yeah, I've been going through the official documentation in more detail since I posted the thread, so I figured out the whole return value thing from the docs and from others' scripts. I really want to start my command with a slash, but when I had ...
wiseguyxpScripting12-06-2009 at 03:22 AM
Script to parse user input
I am writing a script that will essentially create a new command for messenger. I know that messenger has slash commands. How do I add my script to the list of commands and pass it parameters? If you can't pass parameters like that, I would like t...
wiseguyxpScripting12-06-2009 at 01:22 AM
[Hide Excerpts]