OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ram TN on 02 Sep 2002, 10:29:23
-
Title says it all... ;)
-
item setpos [(getpos item select 0),(getpos item select1), 10]
This would set item's height 10 m higher
~S~ CD
-
Thanks m8 8)
Will this work on units as well?
-
Will this work on units as well?
Yes it does
~S~ CD
-
I tried it on a chopper, and it didn't work. Any ideas why?
It says 'unknown operator select1'
-
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
-
Thanks man, you're the best!