a = b

From Bohemia Interactive Community

Jump to: navigation, search


Editors, please check Policy: Scripting Command Page Syntax.
Introduced in Operation Flashpoint version 1.00

Click on the images for descriptions

Introduced in

Game:
Operation Flashpoint
Version:
1.00

Description

Description:
Assigns content of b to variable a.

Syntax

Syntax:
a = b
Parameters:
a: Anything
b: Anything
Return Value:
Nothing

Examples

Example 1:
_value = 5

_mygroup = group player

_greeting = "Hello!"

_enemytank = mytank1

Additional Information

Multiplayer:
Behaviour unknown.
See also:
Operators

Notes

Notes

+ Add Note

Only post proven facts here. Use the talk page or the forums for discussions.

Notes

Posted on December 15, 2006 - 05:27
Kronzky
A conditional assignment can be done via the following syntax: _msg = if (alive player) then {"you're alive"} else {"you're dead"}

Bottom Section

Personal tools
Buy ArmA now!