Home   Help Search Login Register  

Author Topic: How do I set an item's height?  (Read 1603 times)

0 Members and 1 Guest are viewing this topic.

Ram TN

  • Guest
How do I set an item's height?
« on: 02 Sep 2002, 10:29:23 »
Title says it all...  ;)

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:How do I set an item's height?
« Reply #1 on: 02 Sep 2002, 10:43:28 »
item setpos [(getpos item select 0),(getpos item select1), 10]

This would set item's height 10 m higher

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Ram TN

  • Guest
Re:How do I set an item's height?
« Reply #2 on: 02 Sep 2002, 11:38:34 »
Thanks m8  8)
Will this work on units as well?
« Last Edit: 02 Sep 2002, 11:41:45 by Ram TN »

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:How do I set an item's height?
« Reply #3 on: 02 Sep 2002, 11:46:04 »
Quote
Will this work on units as well?

Yes it does

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Ram TN

  • Guest
Re:How do I set an item's height?
« Reply #4 on: 02 Sep 2002, 11:48:57 »
I tried it on a chopper, and it didn't work. Any ideas why?
It says 'unknown operator select1'
« Last Edit: 02 Sep 2002, 11:50:20 by Ram TN »

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:How do I set an item's height?
« Reply #5 on: 02 Sep 2002, 11:51:49 »
huh - just noticed that

You need to put a space (blank) in between "select" and "1"
select 1

I guess, you copy/pasted the one above, therefore it didn't
work.

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Ram TN

  • Guest
Re:How do I set an item's height?
« Reply #6 on: 02 Sep 2002, 11:54:09 »
Thanks man, you're the best!