egbert 29 Posted November 27, 2016 Hi there ! I'm relatively noob when it comes to scripting, and I discovered eventhandlers lately, which is a bad mix. Noob + eventhandler = not a good idea. Well, anyway, I'd love to inject some realism in one of my mission, and therefore trigger a chopper evac when one of my team player make a call on a specified frequency with Task Force Radio. So basically, teamplayer say blabla with a long-range radio, on freq 51, and the eventhandler get it, and spawn my evac (which is the nice COB_fnc_extraction, credit : the talented Cobra4v320). Anyone already did that before or have a clue to make it work ? Thanks in advance ! Share this post Link to post Share on other sites
M1ke_SK 230 Posted November 27, 2016 I suggest you ask in Addon thread in TaskForceRadio this question, but neverless, here are some eventHandlers for TFR which mint help you. https://github.com/michail-nikolaev/task-force-arma-3-radio/wiki/API:-Events I suggest to use OnTangent and add condition for your frequency. Then call script in it. Share this post Link to post Share on other sites
egbert 29 Posted November 27, 2016 Wow thanks a lot M1ke ! I'll try to manage it with the link you gave me, and if I fail I'll ask in the TFR thread. Thank you very much ! Share this post Link to post Share on other sites