Question: How would I go abouts storing an external variable to access\modify during a later macro execution? (If it is possible)
Why?: I've been wanting to keep a record of the number of creatures I killed. I was hoping to be able to spit out some data (logfile or what not) in some readable format (I.E.: <raw mob name>|<# of kills>) into a binary text file and access it\do string manipulations to it through a macro later.
Hopeful answer: A simple /open <textfile> with some sort of $Get(line#) function to read each line and some $varstring=$split(line#, "|") abilities to make it a basic task.
Any help would be appreciated.

