Boat Spawn Script
im working on a massive script and for it it needs this to not kill me:
_Boat = ("Fishing_Boat" createVehicle [(getMarkerPos "BoatSpawnzone" select 0), (getMarkerPos "BoatSpawnzone" select 1))setVariable ['ObjectID', 521, true]];
_Boat setfuel 1;
_Boat setvehicleammo 1;
_Boat setdammage 0;
player moveInDriver _Boat;
anyone have any idea what is going wrong or have another script they can give me to do the same thing as that?
As you are most likely aware if you know scripting, this is just a portion of the script and a few things are missing for it to actually work, but in the full script it does spawn the boat, and does put me in it, the problem is when i am put in it, the boat sinks and i die.
Once my full script (being ALOT larger than just this boat spawn and being almost complete after this problem) is completed i will happily release it here