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
) »
Computer On A Table
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Computer On A Table (Read 1157 times)
0 Members and 1 Guest are viewing this topic.
ste150
Guest
Computer On A Table
«
on:
31 Aug 2002, 19:52:13 »
is the anyway to get a computer on a table?
no matter wot i do the computer allways ends up under the table!
any ideas? :-\
Logged
Messiah
Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
Honoured Contributor
OFPEC Veteran
Re:Computer On A Table
«
Reply #1 on:
31 Aug 2002, 20:01:54 »
type this into the init field of the computer:
this setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +0.9]
that should put it at the right height.... if not, change the 0.9 part to modify the height.
:thumbsup:
Logged
Proud Member of the
Volunteer Commando Battalion
T.S.C.Plage
Guest
Re:Computer On A Table
«
Reply #2 on:
31 Aug 2002, 20:06:58 »
Or:
this setpos [(getpos this select 0),(getpos this select 1),0.9]
You don't need to write the + it's only to make it clearer.
Logged
Tomb
Contributing Member
in2 Metal? Go 2 my sig
Re:Computer On A Table
«
Reply #3 on:
01 Sep 2002, 01:11:22 »
This setPos [GetPos This Select 0, Getpos This Select 1, 1] :hmm:
Screw the (parantheses), this should do it.
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
) »
Computer On A Table
Top of page