Ok so I have tried soooo many things... and still cant get this to work... real shame since seems like the only non-mod version of a SATVIEW...
The issue im having currently (after having worked past several others!) is this (from logs):
19:49:57 Error in expression <
private ["_unit","_status"];
_unit = [_x, 0, player] call BIS_fnc_param;
_stat>
19:49:57 Error position: <_x, 0, player] call BIS_fnc_param;
_stat>
19:49:57 Error Undefined variable in expression: _x
19:49:57 File C:\Users\wir55\OneDrive\Documents\Arma 3\missions\TvT_OWG.VR\pxs_satcom_a3\switcher.sqf, line 8
And the current state of my relevant files that ive edited from the original:
Init.SQF
// ## PXS SATCOM SCRIPT ## //
_a1 = [] execVM "pxs_satcom_a3\init_satellite.sqf";
sleep 0.2;
//action
["Mike", true] call PXS_switcher;
Description.EXT:
// ## PXS SATCOM SCRIPT ## //
#include "pxs_satcom_a3\init_interface.hpp"
And in the mission currently not much because why bother if its still coming up with that error but ive tried putting this in a trigger:
call PXS_startSatellite;
Now ive seen some comments here saying; Just follow the manual.... so I would love to know how I have missed the information to correct me here. That said I really appreciate the time put into this by Chicago and others helping, however I often wish that explanations and guides were designed in a more accesible manner (proven by the amount of questions)
Either way, any ideas welcome.
Cheers
@Nemanjic @Coding @chicago