right slight problem ive looked up event handlers and it says to use
chopper AddEventHandler ["hit", {[mysquad] exec "paradrop.sqs"}]
that wasnt exactly wat i needed so i changed it to this
heli1 AddEventHandler ["hit", [] exec "3.sqs"}]
in script 3 i placed this
"heli1 sidechat "THIS IS NOVEMBER 1 WERE TAKING FIRE."
~6
heli1 setdamage 0.5
~3
[heli1,false,0] exec "tailrotor.sqs"
~2
heli1 sidechat "THIS IS NOVEMBER 1 WERE GOING DOWN MADAY MADAY WERE GOING DOW...."
but what happens is when the mission starts says something like "thiss adevent handler" expected string"
then the script 3 plays when i dont whan it to the chopper is linked to a trigger wich has
vechile detecteb by east
condition - this
activation- left blank
im sure that it should work but it doesnt does anyone know why