Author |
Message |
Topic: Aliases and variables |
Ian
Replies: 3
Views: 3852
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2003 12:35 pm Subject: Aliases and variables |
Ah. Thanks, that answers a few questions I had. I had an alias #alias {sdk} {~sdk @player}, and three variables: @att1=sdk, @player=george, and @lr=left. And another alias: #alias {attack} {@att1 ... |
Topic: Aliases and variables |
Ian
Replies: 3
Views: 3852
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2003 4:33 am Subject: Aliases and variables |
Is it possible to use a variable to invoke an alias? Say @att=sdk and sdk is an alias. Is there a way to invoke the sdk alias using @att?
|
Topic: zmud windows |
Ian
Replies: 2
Views: 3188
|
Forum: zMUD General Discussion Posted: Thu Feb 06, 2003 11:10 pm Subject: zmud windows |
quote:
the windows you have for every mud or capture windows i want too have them like the old days just abow command line. i use 6.16
You want your windows to be in their default docked st ... |
Topic: Automation using a path |
Ian
Replies: 3
Views: 3483
|
Forum: zMUD General Discussion Posted: Thu Feb 06, 2003 4:15 am Subject: Automation using a path |
A little bit more info:
This is what my script does:
It moves along a 100+ room path using the tick timer (#TR {^TICK IN 5 SECONDS.$} {#step;#pause; [resets a few variables]}). Whenever I move into ... |
Topic: argh! |
Ian
Replies: 4
Views: 5480
|
Forum: zMUD General Discussion Posted: Thu Feb 06, 2003 3:51 am Subject: argh! |
quote:
just updated to the beta 6.53 and had to re-create my mud-file and now it won't work :(
#var test {e;n}
#exec @test
result:
e;n
if I write e;n on the command line it sends like shou ... |
Topic: zmud and my wireless network |
Ian
Replies: 3
Views: 4852
|
Forum: zMUD General Discussion Posted: Thu Feb 06, 2003 3:18 am Subject: zmud and my wireless network |
Hi. I'm also using a Linksys wireless internet connection. I'm not using a wireless card, though, I'm using the USB wireless network adapter. I'm also running WinXP and my computers are networked v ... |
Topic: Automation using a path |
Ian
Replies: 3
Views: 3483
|
Forum: zMUD General Discussion Posted: Thu Feb 06, 2003 3:15 am Subject: Automation using a path |
Hello. I've made a script to run on a path and after 30 seconds of no activity (IE, no rats come out from hiding), I move to the next room using the tick timer. Also, whenever someone is in the room ... |
|