Jump to content
Sign in to follow this  
Solarghost

Need help with Norrin's revive script plz

Recommended Posts

Ok I am using the Ace special forces Attack grenadiers:

The normal script looks like this....

// ==================================================================

// UNITS THAT CAN REVIVE/UNITS THAT CAN BE REVIVED

_can_revive = "USMC_Soldier_Medic"; //array no.18

_can_revive_2 = "FR_Corpsman"; //array no.19

_can_revive_3 = ""; //array no.72 - NOT IMPLEMENTED

_can_revive_4 = ""; //array no.73 - NOT IMPLEMENTED

_can_be_revived = "soldierWB"; //array no.20

_can_be_revived_2 = "USMC_Soldier"; //array no.21

_can_be_revived_3 = ""; //array no.74 - NOT IMPLEMENTED

_can_be_revived_4 = ""; //array no.75 - NOT IMPLEMENTED

_medic_1 = "USMC_Soldier_Medic"; //array no.76 - Used in conjunction with medpacks and bleeding

_medic_2 = "FR_Corpsman"; //array no.77 - Used in conjunction with medpacks and bleeding

_medic_3 = ""; //array no.78 - NOT IMPLEMENTED

_medic_4 = ""; //array no.79 - NOT IMPLEMENTED

//========================================================

And my script looks like this:

// ==================================================================

// UNITS THAT CAN REVIVE/UNITS THAT CAN BE REVIVED

_can_revive = "ACE_SF_FR_Corpsman"; //array no.18

_can_revive_2 = "FR_Corpsman"; //array no.19

_can_revive_3 = ""; //array no.72 - NOT IMPLEMENTED

_can_revive_4 = ""; //array no.73 - NOT IMPLEMENTED

_can_be_revived = "soldierWB"; //array no.20

_can_be_revived_2 = "ACE_SF_FR_Assault","ACE_SF_FR_Corpsman","ACE_usarmy_sniper"; //array no.21

_can_be_revived_3 = ""; //array no.74 - NOT IMPLEMENTED

_can_be_revived_4 = ""; //array no.75 - NOT IMPLEMENTED

_medic_1 = "ACE_SF_FR_Corpsman"; //array no.76 - Used in conjunction with medpacks and bleeding

_medic_2 = "FR_Corpsman"; //array no.77 - Used in conjunction with medpacks and bleeding

_medic_3 = ""; //array no.78 - NOT IMPLEMENTED

_medic_4 = ""; //array no.79 - NOT IMPLEMENTED

//========================================================

Am I doing something wrong? Because when I die my dude just spawns out to the Island spawn point. respawn_rest

:mad:

Share this post


Link to post
Share on other sites

And for that you need to start a new thread (and clutter the forums even more)?

I know searching these forums is asked too much but use Norrins already exisiting thread for this.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×