Hi guys I need you help!
I'm starting now with scripting, on the mission editor, and I need you help on how this works, or if it works
I just need to know how to display a text message when a unit is hit using the on shot event.
Something like: "Su-25T, Scored a hit with a 25ML missile"
Something like:
Trigger:
On Shot
Condition:
none needed
Action:
trigger.action.outText( "blah blah", weapon, "blah blah", 10 )
I guess I should use, S_EVENT_SHOT. but I'm really clueless!
Cheers!
+++++++++++++++++
Update
Found it, you can close the thread :)