Search the Community
Showing results for tags 'bis revive'.
Found 2 results
-
Triggering a BIS Revive through script
mrcurry posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey guys, I've spent the last hour pouring over the vanilla revive systems functions and .inc files trying (and failing) to figure out how to trigger a revive through a function call instead of the boring old hold action. What I'm looking for is something akin to this player call fnc_reviveUnit which I can call or remoteExec from the server and/or client (I'm not picky) and it will handle all player states "automagically". The problem here being of course the contents of fnc_reviveUnit and that it needs to play nicely with the rest of the revive system. I haven't found any inbuilt functionality and I'm too tired to wrap my head around the rest of it tonight. If someone has some tips or something similar already set up I'd cherish your help. Otherwise I will give it another crack when my brain consists of something other than mush. P.S. Yes, I'm aware there are other revive scripts out there that can do this. No, I'm not changing to one of those. Why? Polish, consistency, ease-of-use, I'm grumpy and stubborn... take your pick. -
bis revive Drag and Drop Action for BIS Revive
drunken officer posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hello guys. Sometimes i use the BIS Revive System. But i missed all the time a option to drag and drop the body. That's why i wrote a small script. With this script, you have a option to drag and drop the injured body. I tested the script with a friend on dedi-server and on hosted server. If you find bugs, please contact me. You need a initlocalplayer.sqf in your mission file. waitUntil {!(isNull player)}; waitUntil {player==player}; call compileFinal preprocessFileLineNumbers "DOF_DragAndDrop_for_BISRevive\DOF_DragAndDrop_for_BISRevive.sqf"; Then you have to copy the attaced file. Normaly there is a folder DOF_DragAndDrop_for_BISRevive. There is only one file inside: DOF_DragAndDrop_for_BISRevive.sqf Downloadlink: http://kehenas.myqnapcloud.com:8080/share.cgi?ssid=0s8umJT