Jump to content
Sign in to follow this  
Ilias38rus

Please help.

Recommended Posts

Hi, i have a collection of mods and scripts for my games and is one problem-i don't have anything what extending medical system, i would really appropriate if anyone can give me something to satisfy the requirements:
1. All units ``(pl.., ais) beginning |'ingured'|1 `'(like in arma 2 `when you are staying prone and can't change magazine or weapon) if ~ their health are < 0.01 but last damage was < 0.3.
2. |1| and dead units can be dragged, carried, loaded in,out vehicles.
   |                                                                                                                                |
                                   \/
3. Can order ai to |'_'|.
4. Can order medics with medkit heal |1| units.
5. Ai s.l. ordering |                   \/                          |2 around their squad if their squad are |scripting's marked ```(in array or have a value or ..)|.
6. |2| automatically around them ```(close).

Share this post


Link to post
Share on other sites

Double post + useless topic title = double win

Not everyone have reminders for every theme in the forum.

Share this post


Link to post
Share on other sites

Double post + useless topic title = double win

 

Seriously, that wasn't necessary. He's just asking for some guidance.

  • Like 1

Share this post


Link to post
Share on other sites

Seriously, that wasn't necessary. He's just asking for some guidance.

If it was the first time for him i would agree with you. Try to use the search engine with 'pls help' topic titles.

Share this post


Link to post
Share on other sites

If it was the first time for him i would agree with you. Try to use the search engine with 'pls help' topic titles.

The topic mean single question, not necessary to keep it, after it soluted, with the think like yours "missions editing and scripting" theme have ~400 pages ~300 of which will newer be useful for anyone anymore.

Share this post


Link to post
Share on other sites

A3 Wounding System

modified:
init.sqf

if (!isDedicated) then {
	stm = trye;
	TCB_AIS_PATH = "ais_injury\";
	_ls = {
		while {stm} do {
		{
		[_x] call compile preprocessFile (TCB_AIS_PATH+"init_ais.sqf")
		} forEach allunits;
		sleep 1;
		};
		waituntill {stm};
		call _ls;
	};
	call _ls;
};

giving

Dying if couldn't survive after the damage  tyrnable

Dragging                                                     yes

Carrying                                                      yes
Unloading from vehicles                             auto
Loading in vehicles                                     no
Ai beginning unconscious                           yes

Order ai to heal                                           yes
Order ai to drag                                           yes

Order ai to carry                                          yes

UAV controllied ai healing                            yes

UAV controllied ai dragging                         yes

UAV controllied ai carrying                           yes

Ai healing players                                        yes
Ai healing ai                                                 yes
Dragging bodies                                          no
Carrying bodies                                           no

if to add here interaction with vehicles that would be great (if someone can handle | advise | say some other mod with all the capabilities and the |\/|).
 

Drag Dead Body Script

Dragging bodies                                          yes
Carrying bodies                                           no
Loading bodies in vehicles                                     no

Anyone can handle | advise | say some other mod with all the capabilities and Carrying bodies, Loading bodies in vehicles?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×