Home   Help Search Login Register  

Author Topic: BOOM! and then CRASH!  (Read 500 times)

0 Members and 1 Guest are viewing this topic.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
BOOM! and then CRASH!
« on: 24 Jan 2003, 18:05:26 »
My topic name is a good explanation why I should be voted to "The most dumbest and worsest explained topic namer 2003".

Anyway, letÂ's get to the point:

Simple Noob Q: How do I check if a certain choppa has get damaged?

Thx in advance
« Last Edit: 24 Jan 2003, 18:05:51 by The real Armstrong »

cpt.Hawkeyez

  • Guest
Re:BOOM! and then CRASH!
« Reply #1 on: 24 Jan 2003, 18:27:23 »
Do you want to know if the chopper is destroyed or if it can move? If you want to know if it is alive do this
Code: [Select]
?(!(alive _choppername) goto "whatever"
then depending on what script you want to call up after you detect if there alive or not then just go on from there basicllay that code in english means
?[if](![not](alive _chopername) goto "whatever"
so if chopper is not alive goto placemark whatever. Easy huh

CymPaTheeY

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:BOOM! and then CRASH!
« Reply #2 on: 24 Jan 2003, 18:30:43 »
No, I want to check if the chopper is dammaged, not dead. Thx anyway

Echo5Hotel

  • Guest
Re:BOOM! and then CRASH!
« Reply #3 on: 24 Jan 2003, 21:49:38 »
Wouldn't it be:

choppername GetDammage <=1

Echo5Hotel

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:BOOM! and then CRASH!
« Reply #4 on: 24 Jan 2003, 22:01:34 »
@ Echo5Hotel

not exactly :P

it wil b

GetDammage choppername  > 0

;) ;D

LCD OUT
« Last Edit: 25 Jan 2003, 02:39:04 by LCD »
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Echo5Hotel

  • Guest
Re:BOOM! and then CRASH!
« Reply #5 on: 25 Jan 2003, 02:33:23 »
Your right LCD, I stand corrected.  My string would have checked to see if it were damaged OR dead not just damaged.

Echo5Hotel

@ Echo5Hotel

not exactly :P

it wil b

choppername GetDammage > 0

;) ;D

LCD OUT

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:BOOM! and then CRASH!
« Reply #6 on: 25 Jan 2003, 02:40:56 »
actuly i had somthin wrong in ma code a;lso but i fixed it ;) ;D

@ Echo5Hotel

ur string cant check nothing ;)cuz it should b

GetDammage choppername > 0

also if urs wil b working it wil actiavted if da plane was dammaged or alive or dead ;D

in anyway it would b activated ;D

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta