Bale
Minion
Also, you can use the debugging line I added to force the rollover box to appear, if you don't want to wait until rollover to see how it looks.
OH! So, that's the purpose of that line! Anyway, I decided to use a more accurate test and it didn't work. Add these two lines after chitSource["header"] = parse.group(1); and you'll activate the rollover message by lying to the javascript about the rollover timer:
PHP:
matcher test = create_matcher("rollover \= (\\d+).*?rightnow \= (\\d+)", chitSource["header"]);
if(test.find()) chitSource["header"] = chitSource["header"].replace_string(test.group(1), to_string(to_int(test.group(2)) + 800));
When I do that, I see that the last line from the roof block disappears behind the wall block. In my case that means the Last location link disappears.