Home   Help Search Login Register  

Author Topic: A few questions  (Read 1214 times)

0 Members and 1 Guest are viewing this topic.

Putin

  • Guest
A few questions
« on: 24 Sep 2002, 20:48:59 »
Hy there I have some questions for you

1) If I make the command like a1 getpos (get marker a1)
(Don't think its writen right) so unit a1 is teleprtet to the marker a1.
I want to do this with a chooper but it starts from the ground.
Its like this. I want to fly a long distance and to make it shorter use the black out command then teleport the chooper and black in, but it starts on the ground and should be in air.

2) If you ceate a trigger which activates a normal trigger-camera the camera will change to your view after a short time. Is it possible that the camera stays in this position until you give a command (TERMINATE)

3)Where is the difference between Terminate and TERMINATE

4) How can I create a trigger which is activatet when a1 has more than 0.5 dammage

5) I don't get it how to unassign a unit from a chooper, can someone make a example mission :-[. I tried so often.

6)Where can I find good sounds like explosions etc. to download?

7)Is it possible to swap units? Like yo have a team of three units. Then activate a trigger and suddenly you are another one of your team?

Thanks

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:A few questions
« Reply #1 on: 25 Sep 2002, 00:19:51 »
1) a1 setpos [getmarkerpos "a1" select 0,getmarkerpos "a1" select 1,X]

change da x wid da high dat u want it 2 b

2+3) learn how 2 script cams d00d  ;D

4) in da condition field put
Code: [Select]
getdammage unitname > 0.5
5) u meen parachute ? use da next code -
Code: [Select]
unassignvehicle nameofunit
nameofunit action ["eject",nameofchoper]

7) not in single player

LCD OUT
« Last Edit: 25 Sep 2002, 19:55:40 by LCD »
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Putin

  • Guest
Re:A few questions
« Reply #2 on: 25 Sep 2002, 15:01:31 »
Thanks i'll try that. :)

Putin

  • Guest
Re:A few questions
« Reply #3 on: 25 Sep 2002, 19:46:53 »
Hi,

thank you for your aid, but unfortunately the command
getdammage unitname > 0.5
didn't work.
I have resistance, can you help me please ?


Gameer_77

  • Guest
Re:A few questions
« Reply #4 on: 25 Sep 2002, 19:53:56 »
if your using it in a script do:

?getdammage guysname >0.5 :goto "injured"

If in a trigger, put this in the condition field:

getdammage guysname > 0.5

 8)PEACE

Putin

  • Guest
Re:A few questions
« Reply #5 on: 25 Sep 2002, 20:53:54 »
Thank you very much, now it works.