Results 1 to 3 of 3

Thread: Simple question simple answer

  1. #1
    ive searched but have found basic answer
    .
    what do you put in the activation line of a trigger to edit the hight. I want the basic layout.
    .
    i know its something like
    unitname setpos [(getpos 0, getpos 1 getpos 2), +hight]




  2. #2
    this setPos [getPos this select 0, getPos this select 1, 20]
    ***Last number (20) is the height in meters. Is this what you are looking for?




  3. #3
    Retired Moderator RalphWiggum's Avatar
    Join Date
    Jan 5 2002
    Location
    Implantsville, CA, USA
    Posts
    12,607
    unitname setpos [x,y,height]

    x is horizontal position(i.e. east and west), y is vertical position(i.e. north and south)

    hope this helps

    EDIT: DestroyerX was faster



    Please read Forum Rules

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •