I decided to try to set up a vehicle for the players to ride in. I followed a tutorial on Mods Respiratory and it works how it should, when I touch a trigger it sets off the vehicle in the set path, however I need to be able to 1. Hide the model until the times comes to show it. 2. link some structs to it. (im linking the structs to it then teleporting the players to the structs) The vehicle doesnt seem to react to scripts, here part of it
You can hide and show vehicles and link structs to them so u must have skipped something. check your kvps. Try deleting them through script to be sure they exist. Add iprintln through the entire script.
You can hide and show vehicles and link structs to them so u must have skipped something. check your kvps. Try deleting them through script to be sure they exist. Add iprintln through the entire script.
any errors when loading your map?
Map loads fine. Here the kvps on the vehicles, the targetname is fine as you can see
This code links it, the print goes through and im moved where im supposed to but its not linking.
Using this did absolutely nothing. The tags you put in weren't correct for the vehicle so I set them up correctly and nothing either way. My way at least moved the player
You forgot to link the players to anything in your code. // What I posted works too and enables the players to look around while linked. Its from treyarch code and other people here have used it. If you don't get any errors loading your map then I don't know what it could be.
You forgot to link the players to anything in your code. // What I posted works too and enables the players to look around while linked. Its from treyarch code and other people here have used it. If you don't get any errors loading your map then I don't know what it could be.
Right after posting my previous response I realized that and linked the players too, the vehicle just seems to not be responding to anything in my code. Idk why it's not coming up, I'll try a few more things then just do something less cool instead