|
yawdoolf Beginner
Joined: 21 Sep 2008 Posts: 10
|
Posted: Sat Oct 11, 2008 7:20 pm
#call %session.EchoStr("dd") doesn't work |
Hello,
I use subject inside of command line trigger, but when it fires zMud tells "Error parsing command. Invalid number of parameters.".
If I use #echo %session.WindowName - it works.
I followed this documentation.
Any ideas?
p.s. zMud 7.13. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Oct 12, 2008 1:31 pm |
From http://www.zuggsoft.com/zmud/comserve.htm
Quote: |
method EchoStr(const S: WideString; Col: Integer);
Simply echo the string to the zMUD window. Col is the color attribute to use. This is the value returned by the %color zMUD function. |
You need to include the Col parameter it is not optional. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|