Author |
Message |
Topic: Character overlap |
harowen
Replies: 3
Views: 3983
|
Forum: zMUD General Discussion Posted: Tue Apr 05, 2005 8:49 pm Subject: Character overlap |
I use an alias to log in instead of having zMud automatically do it. I just use something I won't type accidentally, like an apostrophe followed by the first 3 letters of the character name. |
Topic: Help with a script |
harowen
Replies: 2
Views: 3474
|
Forum: zMUD General Discussion Posted: Mon Apr 04, 2005 8:50 am Subject: Help with a script |
#TRIGGER "groupbless" {(%w) group-says ~'bless~'$} {
#ALARM +.1 {
#VAR groupweave 1
bless %1
}
I would probably rewrite it to use %push() and %pop() to push and pop the requ ... |
Topic: Need help putting together a script |
harowen
Replies: 6
Views: 8589
|
Forum: zMUD General Discussion Posted: Mon Apr 04, 2005 8:24 am Subject: Need help putting together a script |
What I do for this is change the exit direction to "other" (instead of nesw etc) and change the "other com" to be the command for the movement.
Another option is to put a trigger in the room script ... |
|