Author |
Message |
Topic: If statement problem |
Telos
Replies: 5
Views: 1622
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 5:03 am Subject: If statement problem |
Yep, that got it. :groan: Thanks for the help... can't believe it was something like that... |
Topic: If statement problem |
Telos
Replies: 5
Views: 1622
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 3:47 am Subject: If statement problem |
Yes, it is an alias.
That's actually the entire thing too... there will be several triggers, each of which will set currentInstrument to the proper instrument. The idea is thta when I want to swit ... |
Topic: If statement problem |
Telos
Replies: 5
Views: 1622
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 2:50 am Subject: If statement problem |
Have a fairly simple if statement, which looks like it should be working but isn't. Just want to check if I already have an instrument equipped, and if I don't get it out and equip it... otherwise ju ... |
Topic: Can't Connect to MUD |
Telos
Replies: 5
Views: 2532
|
Forum: zMUD General Discussion Posted: Thu Apr 08, 2004 5:31 pm Subject: Can't Connect to MUD |
Ok, I had tried that before I think. But tried it again anyway just to make sure, and noticed it is always trying to connect to the same wrong address. No matter what is in the host field, whether I ... |
Topic: Can't Connect to MUD |
Telos
Replies: 5
Views: 2532
|
Forum: zMUD General Discussion Posted: Thu Apr 08, 2004 3:26 pm Subject: Can't Connect to MUD |
I tried typing in the ip reported from telnet and zmud still didn't connect. If it were a firewall on some port then telnet wouldn't work either though.
I'm sure of both the address and the port ... |
Topic: Can't Connect to MUD |
Telos
Replies: 5
Views: 2532
|
Forum: zMUD General Discussion Posted: Thu Apr 08, 2004 1:44 pm Subject: Can't Connect to MUD |
Having a wierd problem that popped up a few days ago. Basically I can't connect to the mud I like to play, even though it is up and running fine. I can connect using standard telnet, and I can conne ... |
Topic: Multiple arguments to alias |
Telos
Replies: 5
Views: 1833
|
Forum: zMUD General Discussion Posted: Fri Mar 19, 2004 12:20 am Subject: Multiple arguments to alias |
My bad, read that wrong this morning. Thanks for the help, it works fine now. :) |
Topic: Multiple arguments to alias |
Telos
Replies: 5
Views: 1833
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 7:34 pm Subject: Multiple arguments to alias |
Ah, but then how tdo I extract the spell name in order to store it? If I just use %-1, or the trigger version I'll end up storing both the spell name AND the target in my list... which will not be go ... |
Topic: Multiple arguments to alias |
Telos
Replies: 5
Views: 1833
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 10:20 am Subject: Multiple arguments to alias |
Ok, the casting syntax for my mud is:
cast 'spell name' target
target is optional sometimes, and some spells won't even allow you to use a target (self only spells)
I'm trying to set up a cou ... |
|