Out Text with input from on shot event in User Created Missions General Posted June 21, 2018 · Edited June 22, 2018 by Kinisson Solved 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 :)
Out Text with input from on shot event
in User Created Missions General
Posted · Edited by Kinisson
Solved
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 :)