Author |
Message |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Sat May 03, 2008 1:08 am Subject: Help with Mapper Exits & Doors |
I had originally used i and o for my in and out exits, but was encountering problems (with the code from this post even) so switched to something obscure which seemed to have solved it. As for hard co ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Fri May 02, 2008 1:29 pm Subject: Help with Mapper Exits & Doors |
Wow, thanks Arminas! That's exactly what I was looking for!
After playing around for a little bit, I also figured out that by adding directions for each of my custom exits %exec() would expand them ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Thu May 01, 2008 7:36 pm Subject: Help with Mapper Exits & Doors |
This is overly complex for what I am attempting to do. Really what I need is direct access to the exits table in the mapper database. I think I'm just going to cross my fingers, and wait for a more ad ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Thu May 01, 2008 3:36 pm Subject: Help with Mapper Exits & Doors |
I've had similar thoughts. However, they annoyingly echo text to the screen… and also spit back the speedwalk characters and not the directions.
#pa adjacent k
#echo Path: %pathexpand(3nkw& ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Thu May 01, 2008 2:30 pm Subject: Help with Mapper Exits & Doors |
Been a while, but getting back to this problem now... which leads me to my next hurdle. How do I find the room key of all adjacent rooms?
Take a room with the following exits as an example:
You se ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Mon Apr 21, 2008 2:47 pm Subject: Help with Mapper Exits & Doors |
I had previously added door parsing to my room exit triggers, and have been using an onroomcreate alias and #DOOR to create doors as I explore. What I’m trying to do is to update the doors on my map a ... |
Topic: Help with Mapper Exits & Doors |
diff
Replies: 13
Views: 22235
|
Forum: zMUD General Discussion Posted: Fri Apr 18, 2008 7:35 pm Subject: Help with Mapper Exits & Doors |
One can use the %roomexit() function to get the string list of exits from the current room. One can also use %doorname(direction) to return the name of the door in the given direction.. although none ... |
|