OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Messiah on 24 Aug 2002, 22:03:20

Title: FIRE! - straight ahead would be nice :o)
Post by: Messiah on 24 Aug 2002, 22:03:20
ok - got a cutscene with 3 guys at a firing range - i want them to shoot a target each and to do that ive used:

Code: [Select]
titletext ["Commence Fire!", "plain down"]
~1

fire1 dotarget tar1
fire1 dowatch tar1
fire1 dofire tar1
fire1 fire ["m16", "burst"]

0.1

fire2 dotarget tar2
fire2 dowatch tar2
fire2 dofire tar2
fire2 fire ["m16grenadelauncher", "burst"]

0.1

fire3 dotarget tar3
fire3 dowatch tar3
fire3 dofire tar3
fire3 fire ["m16", "burst"]

but the greandelauncher guy wont fire (doesnt matter really - i'll change him to a m16 guy) and they all shoot up into the air

i know the fire command makes them do that - but its the only way they will fire at the 'TargetE'. so i added the dowatch, dofire - would dotarget make a difference?

i'll try that - but if any1 has any ideas on this one - please :help:

cheers

:thumbsup:
Title: Re:FIRE! - straight ahead would be nice :o)
Post by: seanver on 24 Aug 2002, 22:10:14
Soldiers can't shoot Targets E. Check this topic http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=101;start=15 (http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=101;start=15)
Title: Re:FIRE! - straight ahead would be nice :o)
Post by: Artak on 24 Aug 2002, 22:11:44
Is there a question hidden somewhere in here? lol  ;D
Title: Re:FIRE! - straight ahead would be nice :o)
Post by: Messiah on 24 Aug 2002, 22:27:32
ffs

oh well - back to the drawing board.