eazye
Member-
Content Count
34 -
Joined
-
Last visited
-
Medals
Everything posted by eazye
-
Any revive scripts specifically for single player?
eazye posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have used A3 wounding system in a mission I did last year and it worked fine with AI healing the player but for a new mission I am creating its not working anymore and I have no idea why. I am getting an error when I start the mission. In case that is a lost cause can anyone tell me a working script that has AI healing the player. I tried grimes revive which I think works good but as far as I know the AI doesn't heal you. -
Any revive scripts specifically for single player?
eazye replied to eazye's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am only using Asorgs and Usps patrol script, those two work together fine -
Any revive scripts specifically for single player?
eazye replied to eazye's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I still get the same error with that. Also I tried the quick revive but can't get that to work. -
Any revive scripts specifically for single player?
eazye replied to eazye's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Well this is what I have, can anyone locate the problem? class RscTitles { #include "ais_injury\dialogs\rscTitlesAIS.hpp" }; #include "ASORGS\menu.hpp" class CfgFunctions { #include "ASORGS\cfgfunctions.hpp" #include "ais_injury\cfgFunctionsAIS.hpp" }; -
Any revive scripts specifically for single player?
eazye replied to eazye's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the reply. Here is the error message: '...}]; }; If (_unit == player) then {call |#|tcb_fnc_diary}; _timeend = time + 2; wa...' Error Undefined variable in expression: tcb_fnc_diary I am not advanced enough into scripting to even know what this means or know where to look but I pretty much just copied the files over from the last mission. The only change is that I used it along side VAS last time but now I am using Asor gear selector and just switched them out in the description.ext. -
I know I am late to the party but this was in regards to a question awhile back about the ability of the leader equiping the AI in his sqaud. Could someone please breakdown how that would be implemented because I am still learning this stuff and I dont really understand this answer.
-
revive A3 Wounding System (AIS by Psycho)
eazye replied to Psychobastard's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks, I found the answer elsewhere and its working. class RscTitles { #include "ais_injury\dialogs\rscTitlesAIS.hpp" }; #include "VAS\menu.hpp" class CfgFunctions { #include "VAS\cfgfunctions.hpp" #include "ais_injury\cfgFunctionsAIS.hpp" };- 914 replies
-
revive A3 Wounding System (AIS by Psycho)
eazye replied to Psychobastard's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, does anyone know how to get this working with VAS?- 914 replies
-
Grimes Simple Revive Script
eazye replied to KC Grimes's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I am late to the party since I just started using this. Grimes you seem busy so take your time but I read awhile back you were planning on adding the ability for the AI to revive you and each other. Is that still a possibility?