OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: max_killer_payne on 30 Jun 2003, 17:45:28
-
I was wondering how to get a fire effect as if a chopper had been hit by AA fire. its happens in Sui's Airbourne when the chinook gets hit by an AA shell and that fire comes outta the back, how can u add it into a mission. Cause i'm currently making a mission when you go to the evac point, an AA soldier pops up and shoots it, but while its going down, I want fire to come outta it.
-
if the bird can eat an AA rocket, try a damage check and then a "drop" spell :-*
som'n like
getdammage MyBird >=0.6
as condition... :)