Difference between revisions of "Journal"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Extended|ro|The #journal system variable determines the journal line selected using the [[scanJournal]] command.}}
== #journal ==
+
'''Extended System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var_journal|#journal]] system variable determines the journal line selected using the [[scanJournal]] command
+
  
 
==== Example ====
 
==== Example ====
Line 20: Line 14:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[deleteJournal]] || Width=200px | [[scanJournal]] || Width=200px | [[Var_jIndex|&#0035;jIndex]] || Width=200px | [[Var_jColor|&#0035;jColor]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Extended|Extended System Variables]]
+
|}
+

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