Ooh the hairy one is here again... not me.
This is the hairy thingy bothering me. I'm using the
condition count array command, which I've found useful in the past, but now it seems too jerked off. :-X
I know the _x stands for each elements in the list, but I'd really wanna use that outside the command. As in:
_trbpos = _this
_obj = "Logic" camcreate _trbpos
? ("(_x distance _obj <= 3)" count ALLLIST) > 0 : [_x,0] exec "trcbeam.sqs"
deleteVehicle _obj
exit
So I want to use _x as an argument in the script which is executed by
him who stands 3 meters or less away from the fearsome _obj. ;D
ALLLIST is the list which comes from a trigger activated by any1 in the whole area. IE it covers the whole area so there I get the whole population at once.
Some points why you shouldn't suggest ALLLIST select 0;
It always stands for player. Now whenever whoever get's within 3 meters of that _obj, the effects are poured on the poor players neck.
Sooo, lemmi hear this soon.