|
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Fri Dec 16, 2005 6:49 am
#MAPQUERY |
Hi,
Currently I got this for querying, unfortunately alot of room names are the identical. How do I add Zone into the query "Vigilante Castle"
#MAPQUERY {[Name] LIKE ~"Bed Room~"}
Toy |
|
|
|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
Posted: Fri Dec 16, 2005 7:18 am |
Something I pulled from a script of mine.
#VAR Path (%mapquery( Name LIKE '%@quest_r%' AND ZONEID = %zonenum( @quest_zone)))
@quest_r is the name of the room
@quest_zone is the name of the Zone, must be a match to a zone on your map :) |
|
|
|
|
|