Rtoo Beginner
Joined: 30 Jul 2009 Posts: 11
|
Posted: Wed Aug 25, 2010 11:30 pm
getting information from a database or data record |
I have both a database and variable data record for the first rooms numbers in each of the zones in my mapper.
The varible and database are both named mudareas.
The varible is setup like this:
Areaname Roomnumber
What I am I am tryng to do is have a vaible containing the area name I need to get to, and use that to get the starting room number to that area from either the database or data record. After I can get that to work, I plan to use it wtih #walk.
So @givenarea -> check if it is a member of @mudareas and get roomnumber. Save the rumnumber as @currentroomnumber
#Alias {gowalk} {#walk @currentroomnumber} |
|