enjoy_yourself
Member-
Content Count
14 -
Joined
-
Last visited
Never -
Medals
Community Reputation
0 NeutralAbout enjoy_yourself
-
Rank
Private First Class
-
i didn't find an answer neither in the reference neither anywhere
-
ok i already have it (the pdf version too) and there are the logical operator. But what about the for, do while and case of?
-
Sorry, but i searched all around the answer to this question but i didn't find it. What are the operator (like and, or, not but also for, if, do while, exc.) i can use in ofp and what is the sintax for them? About the for: I have to use only a loop or there is a way to put a for?
-
A script to retrieve on screen
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
it don't work those are the lines: #Pos _pointer=_this select 0 TitleText [Format ["X= %1 \n Y= %2",getPos _pointer select 0,getPos _pointer select 1],"Plain Down"] ~1 goto "Pos" it print every second on screen the same position WHY???? -
A script to retrieve on screen
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
If someone want to see on screen is position this line work TitleText [Format ["X= %1 \n Y= %2",getPos unitname select 0,getPos unitname select 1],"Plain Down"] i think u know what unitname is -
A script to retrieve on screen
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
Ok done it What a silly question i writed. -
Hi all. I'm trying to make a script to retrieve on screen in real time my position but i get an "error type array expected(?) object" msg. This is the script: _pos=getPos _this ** _x1=_pos select 0 _y1=_pos select 1 _x=format["x: %1",_x1] _y=format["y: %2",_y1] TitleText [_x+"n"+_y,"Plain Down"] Exit ** is the string with the error I launch it by a trigger that is activated by a presence of West. "On activation" i putted this line: [aP] exec getpos.sqs where aP its me. Anyone can help?
-
Hey, Karrilion, what's the state of work? Let me know pls
-
For Eviscerator if u wanna make some civilian bikes http://www.aprilia.com there are some 360° all-around bikes photos if u wanna make one of this pls start with the rs 250, it's my future bike
-
Scripting problem
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
thanks but as u see i found it -
Scripting problem
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
if anyone want to know there is a command called flyInHeight obj flyInHeight height is the sintax bye -
Scripting problem
enjoy_yourself replied to enjoy_yourself's topic in OFP : MISSION EDITING & SCRIPTING
ok now i know that is shit so do u know something that can help me? how i can tell the chopper to pitch up? -
Hi all. I've some problems when i try to get a blakhawk go up. Here i explain I start to create a mission where a team get down the chopper by para but the chopper is too close to terrain so i get all my men died. I tryed to make a script (i'm not very dude in this) in a trigger to get the chopper go a little more high: getPos chopper select 0==choppper_pos_x; getPos chopper select 1==chopper_pos_y; getPos chopper select 2==chopper_pos_z; chopper setPos[chopper_pos_x,chopper_pos_y,chopper_pos_z+50]; and the error is "division by zero" any help?
-
Sorry i've made an error the topic is the one above