I'm trying to detect when the player clicks a vehicle--like a jeep or a magic carpet, but NOT a bot or a brick or anything among those lines. My current code is:
%target = ContainerRayCast(%player.getEyePoint(), vectorAdd(%player.getEyePoint(), vectorScale(%player.getEyeVector(), 10)), (?));
but at the (?) I don't know what to put in. Can someone tell me?