2008.06.12, 11:46 AM
Hi, I have been looking through the docs a whole bunch and I am confused.
I have started a script for a bot to do this:
∆ Turn towards you
∆ play sound
∆ animation
∆ show bitmap on hud.
But I really don't know where to look in the docs for information on how to do it. Eddy does this in Awnee and though I'm not a big fan of Awnee it has a couple of nice effects in it. I was going to look at his script and use it for a reference but I couldn't access it.
This really should be fairly simple and I want to work step by step.
First,
To make it turn toward me I would have to use this script,
Right?
I would like to be able to use the doc but I just can't tell what anything is and how to use it.
Thank you.
I have started a script for a bot to do this:
∆ Turn towards you
∆ play sound
∆ animation
∆ show bitmap on hud.
But I really don't know where to look in the docs for information on how to do it. Eddy does this in Awnee and though I'm not a big fan of Awnee it has a couple of nice effects in it. I was going to look at his script and use it for a reference but I couldn't access it.
This really should be fairly simple and I want to work step by step.
First,
To make it turn toward me I would have to use this script,
Code:
motion.Vector.TurntoPlayer; // updatedI would like to be able to use the doc but I just can't tell what anything is and how to use it.
Thank you.
