Jump to content
Sign in to follow this  
RandomArmANoob

command/script help

Recommended Posts

Im trying to get a guy to get into the gun of a pickup pk. But 'get in' waypoint makes him get into the driver seat. how can i force him into the gun?

Share this post


Link to post
Share on other sites

just put this in his init or waypoint and name the unit and vehicle unitname moveInGunner vehiclename

Share this post


Link to post
Share on other sites

TK_GUE_Solider_EP1 moveInGunner Pickup_PK_TK_GUE_EP1

I put the above in the 'on act' bit in a Get In waypoint but he still got into the driver seat. Did i do somethin wrong with the above? I got the names from the A2 & OA Classnames page Maybe I need to specify which gun? even tho theres only one? how would i do that?

Share this post


Link to post
Share on other sites

Thanks heaps guys :D

This worked: MyGuy moveInGunner MyPickup; [MyGuy] orderGetIn true; in the init. of 'MyGuy'

Share this post


Link to post
Share on other sites

Nice :)

Tip: if you use the command in the init of your guy anyway, theres no need to name him. Just use 'this':

this moveingunner MyPickup;[this] orderGetIn true;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×