Author |
Message |
Topic: Tintin script conversion |
big_luke
Replies: 1
Views: 4682
|
Forum: zMUD General Discussion Posted: Wed Sep 07, 2005 12:09 pm Subject: Tintin script conversion |
I'll bet some of you, like myself, have some really good tintin scripts out there for your favourite muds, but you'd prefer to use them on Zmud - only problem is, zmud's 'tintin script importer' doesn ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Wed Sep 07, 2005 12:02 pm Subject: List Function: Longest Member |
Before someone asks, here's how to do the same as above except finding the LOWEST number in a list:
#function lowestmemberinternal {%if( %1<%numitems( @%2), @lowestmemberinterna ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Wed Sep 07, 2005 11:56 am Subject: List Function: Longest Member |
is there one i could use to show the *highest* member?
like if it has {1|2|54|52|4} as the definition, it would show 54
Done and done with just a slight modification - this script would actually ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Wed Sep 07, 2005 11:48 am Subject: List Function: Longest Member |
Just curious, what exactly is this script for? What is it used to do? How could it be used in the MUD?
Well, I originally created it because I was playing around with another script to show me (v ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Sun Jul 03, 2005 11:08 am Subject: List Function: Longest Member |
Here is the alternate version of longestmember which takes a parameter of a string rather than a reference to a string variables:
#function longestmember {%if( %numitems( %1)> ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Sun Jul 03, 2005 10:44 am Subject: List Function: Longest Member |
I think you forgot the ",1" in the %item function within longestmember.
You're right, it is missing a ,1 from it, but for some strange reason, seems to work without it. Just to be sure, I've edited ... |
Topic: zMUDFocus Com Method |
big_luke
Replies: 1
Views: 4500
|
Forum: zMUD General Discussion Posted: Sat Jun 18, 2005 5:49 am Subject: zMUDFocus Com Method |
Basically, I'm trying to write a script to give zMud focus if I receive a tell and zMud doesn't currently have focus. I'm running into some trouble with this particular method call though.
I've pro ... |
Topic: "Say" modification |
big_luke
Replies: 0
Views: 7850
|
Forum: Finished MUD Scripts Posted: Tue Jun 14, 2005 2:29 am Subject: "Say" modification |
I initially wrote this script several months ago, before the new spellchecker function, to allow me to not make an idiot out of myself when talking on my muds. Sometimes, when using SAY TO <whoever ... |
Topic: List Function: Longest Member |
big_luke
Replies: 13
Views: 33775
|
Forum: Finished MUD Scripts Posted: Tue Jun 14, 2005 2:12 am Subject: List Function: Longest Member |
I've written a little function that will tell you what the length of the longest member of a list is. The script itself is as follows:
#function longestmemberinternal {%if( %1<%numitems ... |
|