Hey.
I've been working on my 'first' mission for a few days now and it's beginning to grind ever so slightly. I've reached a point where I need a function rather than a script.
Then I decided a Trigger would work just as well.
Basically I've got a helicopter rising in the distance. And when it hits a certain height (10) Crossroads says something to the affect of 'oh no'
I simply cannot get this to work.
My current set up (which dosen't return an error, it simply returns nothing is thus)
A trigger, axis a/b = 0/0,
Condition:
(getpos testheli select 2) >= 10
On Act
[sidefriendly, "HQ"] Sidechat "oh no"
I've tried variations of everything [side, "HQ"] Sidechat "oh no" etc etc but it simply dosen't pop up. Any thoughts?
(If someone could also make this into a .sqf so I've got an example function to learn the syntax for a looping script off that'd be great)