Author Topic: OnVehicleTouch  (Read 1017 times)

oh thanks c:

edit: these events aren't capable of adding velocity to vehicles on touch.
this sucks, now i can't even complete the only original part of my racetrack
What events are you using?

I'm positive Destiny's Vehicle Events could add velocity to a vehicle. Hoogle and me had tonnes of fun that way.

I'm positive Destiny's Vehicle Events could add velocity to a vehicle. Hoogle and me had tonnes of fun that way.
It says it in the list of what it is capable of lol

You guys are all missing the point, these vehicle events don't have "OnVehicleTouch", and I hear it got failed because it created tons of lag. Therefore I cannot make my space raceway. Which sucks.

You guys are all missing the point, these vehicle events don't have "OnVehicleTouch", and I hear it got failed because it created tons of lag. Therefore I cannot make my space raceway. Which sucks.
Use OnVehicleEnterZone, it comes with zone events
Goddamn

Use OnVehicleEnterZone, it comes with zone events
Goddamn

It doesn't work, or I'm just doing something wrong.
Whenever I event a baseplate doing this, I just get some random VCE crap I do not understand.
OnVehicleEnterZone > Vehicle > ---

It doesn't work, or I'm just doing something wrong.
Whenever I event a baseplate doing this, I just get some random VCE crap I do not understand.
OnVehicleEnterZone > Vehicle > ---
AddVelocity(vector)

AddVelocity(vector)

can't find it, still don't know what to do

can't find it, still don't know what to do
Look harder, it's definetely there. Get
Destiny's Vehicle Events
if you don't already have them. It's there

I know, but that one doesn't have "OnVehicleTouch"!

I know, but that one doesn't have "OnVehicleTouch"!
Oh my, you're really making this way more difficult than it needs to be. Download zone events, and download this mod. Then, build a zone and put this event on it:
OnVehicleEnterZone > Vehicle > addVelocity()

Oh my, you're really making this way more difficult than it needs to be. Download zone events, and download this mod. Then, build a zone and put this event on it:
OnVehicleEnterZone > Vehicle > addVelocity()

Oooh, right. Sorry for being so stupid, haha.
And thank you.