|
|
Line 1: |
Line 1: |
| [[Category:Scripting Commands|#]]
| | #REDIRECT [[Operators]] |
| [[Category:Scripting Commands OFP 1.96|#]]
| |
| [[Category:Scripting Commands OFP 1.46|#]]
| |
| [[Category:Scripting Commands ArmA|#]]
| |
| [[Category:Command_Group:_Math|#]]
| |
| {{Command|= Comments
| |
| ____________________________________________________________________________________________
| |
| | |
| | ofp |= Game name
| |
| | |
| |1.00|= Game version
| |
| ____________________________________________________________________________________________
| |
| | |
| | Assigns content of '''b''' to variable '''a'''. |= Description
| |
| ____________________________________________________________________________________________
| |
| | |
| | a '''<nowiki>=</nowiki>''' b |= Syntax
| |
| | |
| |p1= a: [[Anything]] |= Parameter 1
| |
| | |
| |p2= b: [[Anything]] |= Parameter 2
| |
| | |
| | [[Nothing]] |= Return value
| |
| ____________________________________________________________________________________________
| |
| |x1 =
| |
| <code>_value <nowiki>=</nowiki> 5 </code>
| |
| | |
| <code>_mygroup <nowiki>=</nowiki> [[group]] [[player]]</code>
| |
| | |
| <code>_greeting <nowiki>=</nowiki> "Hello!"</code>
| |
| | |
| <code>_enemytank <nowiki>=</nowiki> mytank1 </code> |=
| |
| | |
| | |= See also
| |
| | |
| }}
| |
| | |
| <h3 style="display:none">Notes</h3>
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| <dd class="notedate">Posted on December 15, 2006 - 05:27</dd>
| |
| <dt class="note">'''[[User:Kronzky|Kronzky]]'''</dt>
| |
| <dd class="note">A conditional assignment can be done via the following syntax:
| |
| <code>_msg <nowiki>=</nowiki> if (alive player) then {"you're alive"} else {"you're dead"}</code></dd>
| |
| <!-- Note Section END -->
| |
| </dl>
| |
| | |
| <h3 style="display:none">Bottom Section</h3>
| |