and: Difference between revisions
Jump to navigation
Jump to search
(updated) |
m ("do not hesitate !" wiki rule rulez ;-p) |
||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>if (alive player) and (_enemycount==0) then {hint "you win"}</pre> |= Example 1 | |x1= <pre>if ((alive player) and (_enemycount == 0)) then {hint "you win !"}</pre> |= Example 1 | ||
|mp= no special considerations|= | |mp= no special considerations|= | ||
Line 31: | Line 31: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 11:24, 15 July 2009
Description
- Description:
- Returns "true" only if both conditions are true
- Multiplayer:
- no special considerations
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
if ((alive player) and (_enemycount == 0)) then {hint "you win !"}
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note