Jump to content

eazye

Member
  • Content Count

    34
  • Joined

  • Last visited

  • Medals

Everything posted by eazye

  1. 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.
  2. I am only using Asorgs and Usps patrol script, those two work together fine
  3. I still get the same error with that. Also I tried the quick revive but can't get that to work.
  4. 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" };
  5. 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.
  6. eazye

    ASOR Gear Selector

    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.
  7. 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" };
  8. Hello, does anyone know how to get this working with VAS?
  9. 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?
×