Author |
Message |
Topic: Problem with nested #IF statement |
Klaymen
Replies: 1
Views: 3248
|
Forum: zMUD General Discussion Posted: Wed Oct 09, 2002 8:40 pm Subject: Problem with nested #IF statement |
I am trying to use multiple mested #ifs in an alias:
#IF (@Fury = Off) {#SAY You are not ready to fury again} {#IF (@Fury = Ready) {#IF (%1 = null) {rampage} {kill %1};fury} {#IF (%1 = null) {rampa ... |
Topic: Random trigger |
Klaymen
Replies: 4
Views: 8202
|
Forum: zMUD General Discussion Posted: Thu Oct 03, 2002 5:12 am Subject: Random trigger |
Create your 50 aliases and name them, for example, 'para1' through 'para50'. Then you can use the trigger:
#TRIGGER {You bite Zmud and he screams in agony} {para%random( 1, 50)}
Now every time y ... |
Topic: Toolbar Icons |
Klaymen
Replies: 1
Views: 4476
|
Forum: zMUD General Discussion Posted: Thu Oct 03, 2002 2:29 am Subject: Toolbar Icons |
Go to the General Prefrences and select the checkbox marked "Main Toolbar".
That should bring your toolbar back to you.
|
Topic: Connecting through Firewall |
Klaymen
Replies: 2
Views: 4406
|
Forum: zMUD General Discussion Posted: Thu Oct 03, 2002 2:16 am Subject: Connecting through Firewall |
Go into the prefrences for your mud (I think you have to do this seperatly for each mud), and look under "Connection" in the left side of the window. You should find the Firewall options the ... |
Topic: ZMud and Linux? |
Klaymen
Replies: 147
Views: 314017
|
Forum: zMUD General Discussion Posted: Wed Sep 25, 2002 11:49 pm Subject: ZMud and Linux? |
Wine is just a program for your Linux system (stands for WINdows Emulator). You can use it with any distribution. You will probably have to check the package list, but I'm pretty sure that Mandrake co ... |
|