civilian – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 4: Line 4:


Either the Note is wrong or the example, or me? --[[User:T D|T_D]] 11:10, 21 July 2006 (CEST)
Either the Note is wrong or the example, or me? --[[User:T D|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.
<pre>?(side player) == civilian</pre>
is the same as
<pre>?format [{%1},side player] == "CIV"</pre>

Revision as of 11:17, 21 July 2006

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"