Hey guys!
I'm trying to make a program in axe to display 8 level gray images. However, I need to know a routine.
I would like to make a menu routine to detect and then have the user select prgm variables that start with a specific two byte sequence (tbd). I know this is possible (at least with appvars, and you can use prgm variables with nothing but data for the same purpose) because I've seen it in other axe applications, such as builderboy's portal prelude level editor.
How is this done?
Thanks for the help in advance!