Jump to content
Sign in to follow this  
supergrunt

help needed

Recommended Posts

i was trying other night but got bored, could try placing it off the ground so it lands on table do a search on forum for towers an there a guide how to place items in air

Share this post


Link to post
Share on other sites

Create table.

Create phone and write PH1 on Name field

On Init field write

[PH1] exec "Phone_Table.sqs"

Save mission.

Alt-Tab

Open text editor and write

_Object = _this select 0

_ObjPos = getpos _Object

_ox = _ObjPost select 0

_oy = _ObjPost select 1

_Object setpos [_ox, _oy,  0.5] ;change 0.5 for other value, for right table heigth

Exit

Save file into mission directory. File name must be Phone_Table.sqs

Return into OFP editor and press Preview.

(Edited by Shirson at 4:32 pm on Nov. 7, 2001)

Share this post


Link to post
Share on other sites

why does everyone result into scripts for? y dont u just use the height command in the init field of the object.

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">Quote: from Rob on 12:25 am on Nov. 9, 2001

why does everyone result into scripts for? y dont u just use the height command in the init field of the object.<span id='postcolor'>

Yep, but script more visual.

For init string:

PH1 setpos [(getpos PH1) select 0, (getpos PH1) select 1, 0.5]

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×