Stryder 0 Posted December 4, 2001 How do I make a guard stand in "safe" position at the top of the guard tower, not somewhere on the ladder, but on the little platform made for standing on? Share this post Link to post Share on other sites
RED 0 Posted December 4, 2001 just position him right but use the setpos command to raise his hight, put something like this in his init box :" this setPos [getPos this select 0, getPos this select 1, (getPos this select 2) + 6] 6 is the number of meters he will be raised by RED Share this post Link to post Share on other sites
Spitfire 0 Posted December 4, 2001 No need to raise height. If you put him exactly on the right spot using maximum zoom, he will be correctly in the tower. It might depend of the tower, though. This works with those small wooden towers with nothing but a platform on top of a single pole, but I guess this doesn't work with those towers standing on four poles since you can actually go under them. (Edited by Spitfire at 10:20 pm on Dec. 4, 2001) Share this post Link to post Share on other sites
RED 0 Posted December 4, 2001 I have allways had to do it with the setpos command but i will try again RED Share this post Link to post Share on other sites
Stag 0 Posted December 4, 2001 No, it can be done with the metal frame towers too. As you say, just a matter of positioning. Share this post Link to post Share on other sites