6ae1e6d969
Added a function to set mission center at player position. This is the recommended method for defining the center. Fixed an error when pulling map marker information Fixed an error that added a coma before the open bracket of some parameters.
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
|
|
player addAction["Pull MARKER Info","pullMarkerInfo.sqf"];
|
|
player addAction["Set Mission Center @ Player Pos","setCenterAtPlayer.sqf"];
|
|
player addAction["Pull DYNAMIC mission","pullDynamicMission.sqf"];
|