OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Pneumonic on 20 May 2005, 03:40:53

Title: Computer on a table
Post by: Pneumonic on 20 May 2005, 03:40:53
Probably a dumb question, but I am working on a campaign where you are a surveilence analyst, so I kinda need to know this one or you will see a computer on the ground in just about every mission. Answer first please, then laugh.
Title: Re:Computer on a table
Post by: Planck on 20 May 2005, 04:02:13
You need something like:

nameofcomputer setpos [getpos nameoftable select 0, getpos nameoftable select 1, (getpos nameoftable select 2) +X]

X will be the height, you will need to experiment till you get it correct.....start with 1 and work from there.


Planck
Title: Re:Computer on a table
Post by: Pneumonic on 21 May 2005, 05:07:24
Muchos gracias.