Difference between revisions of "Journal"

From Wiki
Jump to: navigation, search
 
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|&#0035;jIndex]] || Width=200px | [[Var_jColor|&#0035;jColor]]
 
|}
 
|}
 
----
 
----

Revision as of 22: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