febriannas 10 Posted October 1, 2014 i want to make a Trigger On ACT will do, Unit action REPORT STATUS like "injured" how to do that? Share this post Link to post Share on other sites
jshock 513 Posted October 1, 2014 https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#Hit I don't know why you would need it in a trigger, you could just put a Hit eventhandler in that unit's particular init field. this addEventHandler ["Hit", {(_this select 0) sideChat "Injured"}]; Share this post Link to post Share on other sites
febriannas 10 Posted October 1, 2014 because... i make it on editor only, so.. i mean a TRIGGER to activate the COMMANDING RAIDO "~" button, status report "INJURED" how to activate and put it ON ACT? because it takes to long for the unit to report after geting hit.. Share this post Link to post Share on other sites
dreadedentity 278 Posted October 1, 2014 because... i make it on editor only, so.. You're going to have to start scripting outside the editor soon. The editor is...weak. Share this post Link to post Share on other sites
jshock 513 Posted October 1, 2014 You're going to have to start scripting outside the editor soon. The editor is...weak. Yep, and the code I showed you is still inside the editor, it is within the unit's init field, not the init.sqf. Share this post Link to post Share on other sites
febriannas 10 Posted October 2, 2014 (edited) i know the sidechat, but it will not make the injured sign like they did with the radio STATUS REPORT, with that they will say injured and a red injured sign is poped up at the hud by the life savior unit. what is the action call to do the status report or maybe the event handler? i do the editor, to make it hard to edit and a manual encription,hehe Edited October 2, 2014 by febriannas Share this post Link to post Share on other sites
csk222 23 Posted October 2, 2014 Sorry for the following. I don't know if this is related or if this is what he's asking for, but is there a way to assign the in game SOUND "Injured" or "Medic" to a radio channel for example 0-0-9 India? Share this post Link to post Share on other sites