Home   Help Search Login Register  

Author Topic: Unit in Tower.  (Read 684 times)

0 Members and 1 Guest are viewing this topic.

jkivivuori

  • Guest
Unit in Tower.
« on: 11 Dec 2002, 08:47:55 »
Good Morning everybody!  :D

I need little help. How I can make unit go to top of watchtower?

Thank you for your advice.

-JK

Offline Sentinel

  • Contributing Member
  • **
  • World is tough and I'm tougher!!
Re:Unit in Tower.
« Reply #1 on: 13 Dec 2002, 18:05:44 »
UnitName setpos [getpos TowerName select 0,getpos TowerName select 1,7]

TowerName is either a tower that you have created or a game logic that is placed on a tower.

Offline Ranger

  • Members
  • *
  • Hoo-ah!
Re:Unit in Tower.
« Reply #2 on: 13 Dec 2002, 19:16:48 »
You can also place a unit there without using any code.  Simply, move your cursor over the tower (if it's one that's by default ont he map) until you see the name of the tower appear.  Press the F1 key to make sure your editor is in the Unit mode, and then double click to place a unit.

The unit should start on top of the tower.
Ranger

jkivivuori

  • Guest
Re:Unit in Tower.
« Reply #3 on: 16 Dec 2002, 11:59:03 »
Sentinel & Ranger,

Thank you! =)

HL