Quote: --- Original message by: Officer egg
Well, it is a vehicle teleport, and i tested it, but the rockethog didn't teleport.
<BLAH BLAH BLAH>
Any errors?
the reason it didnt teleport is cause you gotta have the every single other vehicle in that list in those volume triggers each 1/30th of a second away from eachother all the way down to the vehicle your wanting to tele. This is not what is suposto happen, but this is what you did by making a mistake.
You need to close each if after the if.
Example
(if (= (volume_test_object tele1 fuelghost1) 1) (object_teleport fuelghost1 exit1)
)instead of listing all the closing ))) at the end which realy skrews your whole script over. only time you wana list em all at teh end is if you want it to go threw a if and equals type situation, but you want a bypass if you gonna do that just so it can find the right stuff (go look at my morphball script as a example)