View Single Post
Old 01-29-06, 04:45 PM   #4
Fish
Eternal Patrol
 
Join Date: Sep 2001
Location: Netherlands
Posts: 1,923
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by OKO
you can force the course/speed/depth of the sub once he have received a ping.but you need to chose a specific direction, you can't change the doctrine to "avoid" during the game.

=>

trigger : subavoidping

event/automatic

use doctrine langage :
detect platform1 by sub with active intercept
detect platform2 by sub with active intercept
....
(all the platforms that could afraid the sub during the scenario)

action : run script subdetectactive

script : subdetectactive

set course of sub to 270 for 8000 seconds
set depth of sub to 850f for 8000 seconds
set speed of sub to 12 for 8000 seconds


but for this example, you have to know were your sub could escape.
I think the sub must avoid after receiving a active ping, not giving a active ping.
Fish is offline   Reply With Quote