Problem with Thaeldan's Valuer

Posted by Rinor on Sun 17 Jun 2001 07:40 PM — 5 posts, 20,753 views.

#0
Error number: -2146823287
Event: Execution of line 198 column 3
Description: Number expected
Called by: Function/Sub: sendValues called by alias
Reason: processing alias "SendValues"

Any idea what is wrong?
Australia Forum Administrator #1
I'm not sure which valuer you are looking at. Can you give its name or the URL where you downloaded it?
#2
http://hjem.cybercity.no/~nfp3291/mushclient/
There was no problem with this script when using Mushclient 3.04...


BTW: What's up with the password? Can I make up my own? It's a pain to memorize/copy&paste it everytime.
Australia Forum Administrator #3
Quote:

BTW: What's up with the password? Can I make up my own? It's a pain to memorize/copy&paste it everytime.


You can make your own password - click on "Edit Profile" on the top of the page and then click on the "change your password" link.
Australia Forum Administrator #4
For some reason that I don't understand, it doesn't seem to recognise the "trim" keywords. Maybe he is using a later version of JScript than we are. It did it for me on earlier versions of MUSHclient as well.

There is a "trim" function built into MUSHclient, so I suggest you edit the script, and where you see the line:


params = trim(wildcards[0]).split(" ");


change it to:


params = world.trim(wildcards[0]).split(" ");



That got rid of the error for me, I can't say for sure the script worked because I don't have a character on Medievia right now.