Author |
Message |
Topic: multiple parameters |
danilo
Replies: 6
Views: 1666
|
Forum: zMUD General Discussion Posted: Wed Feb 11, 2004 5:39 am Subject: multiple parameters |
But but... %if does something too!
No wait, I think I get what you are saying. Neat!
Thanks. |
Topic: multiple parameters |
danilo
Replies: 6
Views: 1666
|
Forum: zMUD General Discussion Posted: Wed Feb 11, 2004 3:22 am Subject: multiple parameters |
Nexela, the two examples you posted seem totally identical to me. :)
How does
#alias score {~score %if(%numparam()=0,"verbose","%-1")}
differ from
#alias score {#if (%1) {~score %-1} {~sco ... |
Topic: multiple parameters |
danilo
Replies: 6
Views: 1666
|
Forum: zMUD General Discussion Posted: Wed Feb 11, 2004 1:17 am Subject: multiple parameters |
Cool, I didn't know that.
What's the difference between using #IF and %if? I've always used #IF before.
Thanks. |
Topic: multiple parameters |
danilo
Replies: 6
Views: 1666
|
Forum: zMUD General Discussion Posted: Tue Feb 10, 2004 9:31 pm Subject: multiple parameters |
Hi,
I have been using Tinyfugue extensively on my Linux box, and was wondering if Zmud has this particular feature that I like about it.
alias score %{*-verbose}
Hitting > score will send ... |
Topic: Fonts and weird windows |
danilo
Replies: 3
Views: 2790
|
Forum: zMUD General Discussion Posted: Mon Dec 29, 2003 9:11 am Subject: Fonts and weird windows |
Hello,
1. I have a window opened to catch tells. The font is Courier. Is there a way to change this? Changing the fonts under Preferences -> Font doesn't work. I tried opening the *.mud file wi ... |
Topic: Expand an entire string list to the command line |
danilo
Replies: 1
Views: 752
|
Forum: zMUD General Discussion Posted: Thu Dec 25, 2003 9:07 am Subject: Expand an entire string list to the command line |
Hello everyone,
#var friends bob|tommy|yvonne
Is there a way to do 'hug @friends', so that it will send
hug bob,tommy,yvonne
to the mud? It currently sends
hug bob|tommy|yvonne
whi ... |
|