Well, with my return, I find myself having to make an imbuer again, so I thought I would complete this project.... after 10 Years!
The problem that kept coming up in beta was the cont size of the context menu. And it has changed even more since then. So I am trying to figure out ways to handle the ever changing location of the toggle quest item option.
First, I thought I could just start at the top, count down spaces, and click option until cursor was #true. BUT this would also open the store, which would be inconvenient.
Then I thought I could go up and down from the "normal location", but again, the store.
So I hit on the idea of having the user record location. Then, if they use the script again, and location changes, I can check for cursor #true, and go up and down. If the user is standing in a house, the eject option pushes quest toggle up. Quest conversation pushes it down. And other instances. I wanted full auto, but a baldguy cant have his hair and eat it too.
Any thoughts? More efficient ways?