Comments, Typo

This commit is contained in:
Hans Joachim Gurt 2007-08-10 14:05:40 +00:00
parent ff85bbfcc2
commit 7ff3f1ac73

View file

@ -14,8 +14,8 @@
#enddef
#define IF_VAR VAR OP VAL CONTENTS
# Shortcut for IF statements testing the value of a variable. Need to write
# [then] and [else] tags manually.
# Shortcut for IF statements testing the value of a variable.
# Need to write [then] and [else] tags manually.
# Use like this:
#! {IF_VARIABLE some_variable equals yes (
#! [then]
@ -33,7 +33,7 @@
#enddef
#define IF_ALIVE PLAYER ACTION
# Condition triggering of ACTION om whether PLAYER has at least one unit left.
# Condition triggering of ACTION on whether PLAYER has at least one unit left.
# For example, if the player 2 is still alive, kill all his units.
#! {IF_ALIVE 2 (
#! [kill]