For starters: Thank you for releasing this script. Even a non-programmer like myself manage to use this

So i have been tinkering with a script where i basically need to recall from a named runebook (TEST1) starting at rune 1 and working my way down to rune 16. The way i got it to work was like this:
gosub TM_TravelFromNamedRunebook RE 1 1 TEST1
gosub TM_TravelFromNamedRunebook RE 2 2 TEST1
gosub TM_TravelFromNamedRunebook RE 3 3 TEST1
gosub TM_TravelFromNamedRunebook RE 4 4 TEST1
gosub TM_TravelFromNamedRunebook RE 5 5 TEST1
and so on..
and its working

But i got a sneaking feeling that there might be a more efficient way of doing this? I have been looking into various recall miners and lumberjacks to see how they do it, but it quickly gets to complex for my limited noob understanding. Any helpful pointers would be greatly appreciated
