This is a sitemap over all available pages ordered by namespaces.
program Enticement; {$Include 'all.inc'} Begin while (true) do begin WaitConnection(10000); CheckSave; if TargetPresent then CancelTarget; WaitTargettype($0F51); UseSkill('Enticement'); wait(5000); end; end.