Journal

From Wiki
Revision as of 19:48, 27 May 2006 by 83.236.130.101 (Talk)

Jump to: navigation, search
The #journal system variable determines the journal line selected using the scanJournal command.

Example

loop:
scanJournal 1
if is_attacking_you in #journal
{
   msg Guards$
   call recallme
}
deleteJournal
goto loop

See also

Main Page Documentation