Jump to content
Sign in to follow this  
aimgame

Attaching self to the remote controlled unit

Recommended Posts

Have you ever tryed to attach yourself to the remote controlled unit ?
It seems when you control a unit you are immovable...
I.e. place some ai unit, then:

player attachto [myUnit, [-0.05, -0.12, -0.86], "attachme", true];
player remoteControl myUnit; 
myUnit switchCamera cameraView;

RC works, i can rotate unit, but not walk/run. It just stucks at one place.
If i execute only:

player remoteControl myUnit; 
myUnit switchCamera cameraView;

then ofcourse i can make unit walk and run.
So the question is - how to make unit move WITH controlling player attached to it?
Any thoughts, please?

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  

×