 |
cazador Apprentice
Joined: 08 Dec 2005 Posts: 108
|
Posted: Thu Nov 27, 2008 2:36 am
map question |
In aardwolf when you are in the wilderness area, you are given coordinates.
I am capturing the coordinates in a db variable @coord.
My question is there a way that I can store the @coord in the room description, and then use that room coordinates to find my location. I realize that I currently there isn't a way to override the #find command, but that I would have to write my own routine.
Thanks for your help in advance |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Nov 27, 2008 2:44 am |
The %roomflags function can be used to store *any* string value that you want for the room.
|
|
|
 |
cazador Apprentice
Joined: 08 Dec 2005 Posts: 108
|
Posted: Thu Nov 27, 2008 3:11 am |
Thank you for that information. I guess the next piece of needed question is how would I do a map quarry on the roomflags?
|
|
|
 |
|
|