swapped. "life_HC_isActive" addPublicVariableEventHandler { HC_UID = getPlayerUID hc_1; }; //Let's see if he is here on mission start.. if(isNil "HC_UID" && {!isNil "hc_1"} && {!isNull hc_1}) then { HC_UID = getPlayerUID hc_1; life_HC_isActive = true; };/* File: fn_insertRequest.sqf Author: Bryan "Tonic" Boardwine Description: Does something with inserting... Don't have time for descriptions... Need to write it... */ private["_uid","_name","_side","_money","_bank","_licenses","_handler","_thread","_queryResult","_query","_alias"]; _uid = [_this,0,"",[""]] call BIS_fnc_param; _name = [_this,1,"",[""]] call BIS_fnc_param; _money = [_this,2,0,[""]] call BIS_fnc_param; _bank = [_this,3,100000,[""]] call BIS_fnc_param; _returnToSender = [_this,4,ObjNull,[ObjNull]] call BIS_fnc_param; //E