Jump to content
Sign in to follow this  
JacobJ

Getting an error in Norrins revive script

Recommended Posts

Hey all

I have tried to put in this great script in my mission and it all seems to work fine, but I get a script error saying:

Error in expression <vive_timer,
_heal_yourself,_goto_revive,_unconscious_invincibility,_respawn_at_b>
 Error position: <_unconscious_invincibility,_respawn_at_b>
 Error Undefined variable in expression: _unconscious_invincibility
File mpmissions\__cur_mp.fallujah\revive_init.sqf, line 194

The only thing I have modified in the revive_init.sqf is changing this, so I use all playableUnits in that list, instead of those s1, s2,s3,s4:

// LIST OF PLAYABLE UNITS
NORRN_player_units = playableUNits;
//NORRN_player_units = [s1,s2,s3,s4];

And then changed s1 in this, to objNull:

_mobile_man = objNull;  //array no.53 - place name of unit here or if not used make sure set as objNull

What could be the problem?

/Jacob

Edited by JacobJ

Share this post


Link to post
Share on other sites

Okay, sorry for this post.. This thread can be deleted.

Share this post


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

×