csj 0 Posted April 5, 2006 I have made animations for Driver and Cargo of Vehicle. The Driver actually has 2 animation 'Action1' and 'Action2' Action1 is when the driver gets in, usual stuff. Action2 is performed by the Driver when vehicle is moving. When the vehicle stops Driver goes back to Action1. There are no problems with these actions they work fine. The Driver will switch to and from the Actions over and over again. The problem is when the Driver gets out of the Vehicle he ends up just a messy shadow on the ground with no action menu available. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">#loop _vehicle = _this select 0 _driver = (driver _vehicle) ?(count units _driver)==0: exit _vehicleSpd = (speed _vehicle) ?_vehicleSpd > .5 : goto "performAction2" ?_vehicleSpd < -.5 : goto "performAction2" ~1 _driver switchMove "Action1" goto "loop" #performAction2 _driver switchMove "Action2" ~1 goto "loop" Can somebody plz assist me with this. Very small addon so if you need it sent to you to view- can do no problem. Share this post Link to post Share on other sites
csj 0 Posted April 6, 2006 woohoo Yes Yes I worked it out and would like to thank all of thoes above  for your input  Ok, I am over it. Share this post Link to post Share on other sites