Here's some background
When i take a quest the @rname and @znum are calculated by a simple piece of code which i know works but...
Ok i have the following alias
#ALIAS dos {#MAPQUERY {Name LIKE '%@rname%' AND ZoneID LIKE @znum}}
the variables are getting their data fine so i know the problem is not there, but here's what happens.
The first time i do a quest and run the dos alias it works just great. However the next time i ask for a quest the variables update, but when i run the dos alias the results screen is empty, if I close the results and run the dos alias again the results appear.
Any ideas as to why this is happening?
Feedback is greatly appreciated!