JacobJ 10 Posted February 21, 2012 (edited) 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 February 21, 2012 by JacobJ Share this post Link to post Share on other sites
Tankbuster 1533 Posted February 21, 2012 What could be the problem? /Jacob Best asked here.. http://forums.bistudio.com/showthread.php?74396-Revive-Script&p=1307463&viewfull=1#post1307463 Share this post Link to post Share on other sites
JacobJ 10 Posted February 21, 2012 Okay, sorry for this post.. This thread can be deleted. Share this post Link to post Share on other sites