This is a sitemap over all available pages ordered by namespaces.
Program Hiding; {$Include 'all.inc'} var t : Integer; Begin SetARStatus(true); CheckDead; while not Dead do begin if Connected then begin Hungry(1,backpack); for t := 0 to 50 do begin CheckSave; UseSkill('Hiding'); Wait(10100); end; end; end; End.