Hey all,
I have tried multiple scripts for having the player fly in by pelican, but each one I have used has failed. Perhaps someone out there can help. Here is one script I tried:
(script startup peli
(vehicle_load_magic fly "P-driver" (unit (list_get (players) 0)))
(recording_play fly foehammer_cliff_in))
This was the error:
http://www.xfire.com/video/48b8cb/ Another script that I tried:
(script startup peli
(objects_attach fly "camera P-riderRB" (unit (list_get (players) 0)) "head")
(recording_play fly foehammer_cliff_in))
This was the error:
http://www.xfire.com/video/48b8f3/Another script that I tried:
(script startup peli
(unit_enter_vehicle (unit (list_get (players) 0)) fly "P-riderRB")
(recording_play fly foehammer_cliff_in))
This one didn't even work, the player didn't even spawn in the vehicle.
Does anyone know what the proper command for this is? The vehicle name is "fly" and I think the name of the seat in the pelican is "P-riderRB" but I'm not sure of that though.
The pelican I'm using is just the standard stock pelican.
Edited by pepzee on Jun 18, 2011 at 04:44 PM