Page 1 of 1

enemy attacks the opposite way round.

Posted: Wed Nov 22, 2006 12:12 pm
by dodger
Hi,
I am useing the robot.s script for an enemy pawn
the problem is the pawn attacks the opposite way around
instead of going towards the player it turns away to attack... Why?

Dodger: :?

Posted: Wed Nov 22, 2006 12:47 pm
by Juutis
Try changing the pawn rotation. Open pawn.ini and change the 'actorrotation' of the pawn you are using. There should be three values, X, Y and Z rotation.
You'll need to change the Y rotation, which is the middle value. Try different numbers, like 0, 90, 180 or 270. The rotation depends on the model. For example for a model made with MilkShape it should be 180.

re:re

Posted: Wed Nov 22, 2006 1:01 pm
by dodger
Hi Juutis,
Y was set to 90 so i change it to 180
and it worked perfectly : :D :)

thank you very much for your Help :
Dodger.