Add to radio-triger (Activated by Radio Alpha, for example)
HINT FORMAT ["Player Pos : %1",getpos player]
then walk to the place you want the AI, and press the radio trigger. Write that number down, or print-screen it and paste into Paint/PSP/PS
Then, in the AI's INIT field
this setpos [thenumber,yougot,fromthehint]
So say the HINT you got was "Player Pos : [1234,422,4]". You'd use this :
this setpos [1234,422,4]
To stop the AI falling though the floor at start, I suggest you add 0.5 to the last bit (The height)
- Ben