How to make a unit SPEAK?
In this simple tutorial I will teach you how to make a unit interact with you.This really helps to make missions more realistic. Awesome way to make game intro or briefing. Radio chat commands in Arma can be used in many different ways, and in further tutorial you will see how powerful they can be.
VIDEO EXAMPLE
*Create a unit and name it ( bob )*Create a module - SET CALLSIGN
- In the Custom Callsign put " what ever you need to be in the radio chat message as a call sign" ( MAJOR BOB )
- sinchronise it with unit
- in the ON ACT. field of the waypoint put this code " bob sideChat " Hello Arma fans!" "
*Create a trigger BLUFOR, PRESENT,RECTANGLE ( ex.1:5 size ) and put it in front of the MAJOR BOB
- synchronize it with waypoint ( MAJOR BOB )
*Create a second waypoint ( you can use MOVE or TALK command )
- repeat the code " bob sideChat " I want you to remember this tutorial, it will serve you good" "
For pause between the radio chatter please see the EXAMPLE VIDEO that I have made.
ATT!!!
MOVE command use when you want unit to move and then talk
TALK command use when you want unit to talk without moving