-
Event not triggering..
Hi I'm having a bit of trouble with a trigger being activated at the moment. I have a sort of car chase going through the map and at the end of the road the car blows up (well it looks like it blows up but it disappears behind an explosion effect). I can manage to get the cars to move to the trigger but I can't get the trigger to activate the explosion...
I made the trigger to activate by a taxi and then selected on hit toggle effect explosion And the explosion should turn from disabled to enabled. I also tried state event to activate it but no luck. I'm pretty sure it is the taxi not being able to activate the trigger but I'm no expert at this so I'm probably wrong.
So with the trigger I have tried getting it to activate with static objects and dynamic objects also object types but still no luck and it's really frustrating now
Any help is really appreciated thanks!
EDIT: Also does anyone know a way to make point lights glue to moving cars without make a car go from straight line to driving side ways?
-
Member
Re: Event not triggering..
If your taxi is moving with the Object Position Event, then it's physics are not active so cannot activate triggers. Try enable physics on the taxi or adding an Impulse Delay which would make the explosion effect enable at the point the taxi would have hit the trigger.