Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
How do I set an item's height?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How do I set an item's height? (Read 1602 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...
Logged
Chris Death
Former Staff
Finally Death's gonna get ya
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
Logged
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
Will this work on units as well?
«
Last Edit: 02 Sep 2002, 11:41:45 by Ram TN
»
Logged
Chris Death
Former Staff
Finally Death's gonna get ya
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
Logged
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
»
Logged
Chris Death
Former Staff
Finally Death's gonna get ya
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
Logged
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!
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
How do I set an item's height?
Top of page