|
gamblejay Beginner
Joined: 13 Jun 2015 Posts: 15
|
Posted: Tue Mar 28, 2017 1:16 pm
Cmud Mapper |
The problem im running into is the MUD for open areas just has a map with ASCII, theres not directions for the mapper to pick up on. So doing it somewhat manually would make things 10 times easier then creating a single room and connecting it every time with the toolbar. What I would like to be able to do is when I hit my N,E,S or W key the mapper just automatically creates a room without having to pick anything up. I've tried using keyboard creation but that doesn't seem to work except for in rooms where the mapper can pick up the n,e,s,w exit names in the prompt.
Maybe I'm just missing something in the configure or is there some kind of trigger I need to create? |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Wed Mar 29, 2017 7:35 am |
#ONINPUT "forceMapper" {^(%w)$} {#IF (%reversedir(%1)) {#MAKEROOM %1}}
Something like that should work.... make sure to toggle it off when you don't need it: #T- forceMapper |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|