Will someone be kind enough to tell me what is wrong with this script? I tried to combine a refuel and repair script together but i can't get it, after hours of messing with it i just got fustrated with it
I think it has to do with but i haven't quite figure out how it selects from the other script
Repair and Refuel
I think it has to do with but i haven't quite figure out how it selects from the other script
Code:
_target = _this select 0; _caller = _this select 1; _vehicle_refuel_id = _this select 2; _vehicle_repair_id = _this select 3; _argsRefuel = _this select 3; _argsRepair = _this select 4;...