mp82 0 Posted March 27, 2002 Hi I want the player to enter a specific car and drive it to some place. If I put a trigger that is grouped with the car then it gets activated as soon as player gets into car, no matter where it is. Can someone help with this Share this post Link to post Share on other sites
Aculaud 0 Posted March 27, 2002 i have one possible solution. Make a waypoint for the guy and put it right next to the car. In the 'on activation' field of the waypoint put the command "name of guy" moveindriver "name of car" then, his next waypoint should be where you want him to go. Hope this helps, Aculaud Share this post Link to post Share on other sites
mp82 0 Posted March 28, 2002 No I want a specific objective ok when a certain car is within range of a specific trigger Share this post Link to post Share on other sites
InqWiper 0 Posted March 28, 2002 If you name the car MyCar. Then make a trigger with the condition: MyCar in thislist Then the trigger will be activated when the car is within the area that you chose (set with "axis a:" and "axis b:"). on Activation: "1" ObjStatus "Done" That will make the first objective done when the car is within your chosen area. Share this post Link to post Share on other sites
mp82 0 Posted March 28, 2002 that does not work do I have to group it with the unit? I have tried that but then the objective is ok when I get in the car Share this post Link to post Share on other sites
wamingo 1 Posted March 28, 2002 set the trigger to be "Anybody" - 'Present' Share this post Link to post Share on other sites