A few years ago, I went to CHC Scotia (Helicopter transport service to oil rigs). I was a Trainee Engineer for the maintaince hanger working on rotor heads and turbines. Also did a test flight in the aircraft afterwards.
I'm currently building a sandbox and I hit a wall in what I'm doing.
My issue is that I'm not sure if my event handler is being added to the player?
Event Handler:
player addEventHandler ["onMouseButtonClick", {_this exec "selectedType.sqf"}];
selectedType.sqf:
{
_selected = _combobox...