Dome_and_RUN 0 Posted October 5, 2017 Hello Script gods and Kings, My question is whether you can restrict a "apex-Holdaction" to a zone or triggers eg. If "Soldat A" runs into the trigger, he gets a "Holdaction" to read traces. The whole should be as a bit like the "BIS_fnc_initLeaflet" by BIS with pictures and text which are then shown, and of course easy to change eg. ["init", [triggerarea, "picture.paa", "text"]] call BIS_fnc_initLeaflet, The whole would then be in the multiplayer mode and should not be syncronized there, it is only as an indication for the players. and now the question: Can someone help me? ps: got "BIS_fnc_initLeaflet." already tried in bloodstains but apparently does not work. MFG: xrammyx Forgive me my bad English, it is not my main language Share this post Link to post Share on other sites
Tajin 349 Posted October 5, 2017 Check the wiki: https://community.bistudio.com/wiki/BIS_fnc_holdActionAdd holdAction has a "condition" parameter, that allows you to specify exactly when the actions should be accessible. Share this post Link to post Share on other sites