//ACS Source Backup

#include "zcommon.acs"
#library "MARKASFRIENDLY"

script 67 enter
{
	delay(1);
    GiveInventory("IsPlayer", 1); //You must always give this inventory item so the bots will know that the player is not an enemy.
	SetActorProperty (0, APROP_Species, "Marines"); //You must do this to prevent the bots from damaging the player with friendly fire.
	delay(1);
}