Difference between revisions of "Journal"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{ro}} | {{ro}} | ||
| + | |||
| + | The [[Var_journal|#journal]] system variable determines the journal line selected using the [[scanJournal]] command | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
| − | + | loop: | |
| + | scanJournal 1 | ||
| + | if is_attacking_you in #journal | ||
| + | { | ||
| + | msg Guards$ | ||
| + | call recallme | ||
| + | } | ||
| + | delteJournal | ||
| + | goto loop | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
| − | | Width=200px | | + | | Width=200px | [[deleteJournal]] || Width=200px | [[scanJournal]] || Width=200px | [[Var_jIndex|#jIndex]] || Width=200px | [[Var_jColor|#jColor]] |
|} | |} | ||
---- | ---- | ||
Revision as of 21:07, 15 August 2005
#journal
Extended System Variables
Description
⇒
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
| deleteJournal | scanJournal | #jIndex | #jColor |
| Main_Page | Documentation | Extended System Variables |