It looks like you're new here. If you want to get involved, click one of these buttons!
(set: $return to "(link-goto: \"Continue\", (history:)'s last)")to get back to the actual game, which has been working quite well for me. What I wanted to know: is there a special syntax for going to history's SECOND last? Just using my usual $return will create and infinite loop between the 'use item' and 'inventory' page, which is not what I want at all.
(set: $return to "(link-goto: \"Continue\", (history:)'s second last)") AND (set: $return to "(link-goto: \"Continue\", (history:)'s 2nd last)")but to no real avail.
Comments
I suggest you read the Array data section of the Manual, the third paragraph explains how to access the element you want.
Thanks again greyelf