Difference between revisions of "Journal"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|Extended|ro|The #journal system variable determines the journal line selected using the [[scanJournal]] command.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{ro | + | |
| − | + | ||
| − | The | + | |
==== Example ==== | ==== Example ==== | ||
| Line 20: | Line 14: | ||
</pre> | </pre> | ||
| − | + | ||
| − | { | + | {{footer}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 08:03, 27 August 2005
| ⇒ | 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
}
delteJournal
goto loop
See also
| Main Page | Documentation |