Syntax Question

mmoaddict

Original Script Author: VGA
I was trying

IRCUser[MyName].Channel[#MyChannel]:Say["Hello World"]

I get the error that no such channel method exists. Did this change?
I also tried

IMUser[MyName].Channel[#MyChannel]:Say["Hello World"]

All failed

mmo
 

Kannkor

Ogre
I haven't used it in quite some time.. but this is what I use..

IRCUser[${This.DefaultUser}].Channel[${This.DefaultChannel}]:Say[${Message}]
 

Amadeus

The Maestro
Staff member
Yea, where did you see "IMUser" in the ISXIMChanges.txt file?

I would suggest looking over ISXIMChanges.txt file carefully as it is not that long and is the entire documentation for ISXIM at the moment. Some things might have changed slightly from ISXIRC; however, that file pretty much lays everything out in an easy-to-understand way.
 

mmoaddict

Original Script Author: VGA
ya thats the same syntax. I guess the bigger question is should i be using irc chat and not some different IM system. Basically I need to be able to send commands not only to my boxed chars but also other people's machines so their toons can respond. I picked IRC because it is easy make secure channels and doesnt involve any install of more software on the game machines.

Should i be trying something different?

mmo
 

mmoaddict

Original Script Author: VGA
I copied and pasted the say example from the changetxt file and just changed the names, but i didnt get much sleep last night so that could have been a factor. I will try again tomorrow.
 

Amadeus

The Maestro
Staff member
If it happens again, copy/paste the exact error message.

I just checked the source and the "Say" method of the 'channel' datatype should exist.
 
Top Bottom