civilian – Talk

From Bohemia Interactive Community
Revision as of 11:17, 21 July 2006 by Str (talk | contribs)
Jump to navigation Jump to search

When side returns "CIV", why the example look like this:

? ((side manOne) != civilian) : hint "Unit is a soldier" 

Either the Note is wrong or the example, or me? --T_D 11:10, 21 July 2006 (CEST)

Ask BIS, it's the same "bug" as resistance/GUER. But it's working and civilian is proper value to comparison.

?(side player) == civilian

is the same as

?format [{%1},side player] == "CIV"