d4758ebcac
Added basic export tool for static missions. Configuration of most options now working properly (a time saver !)
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
|
|
|
|
_parameter = 0;
|
|
_ok = "Multiplayer" set3DENMissionAttribute ["respawn",15];
|
|
_parameter = "Multiplayer" get3DENMissionAtrribute "respawn";
|
|
systemChat format["_parameter = %1",_parameter]; |