And is there a way to change the respawn rate of them?
ref rActionRefint bDoOncefloat fInitialPosXfloat fInitialPosYfloat fInitialPosZfloat fInitialAngleXfloat fInitialAngleYfloat fInitialAngleZBegin OnActivate set rActionRef to GetActionRef rActionRef.AddItem ObjectID 1EndBegin OnReset SetPos X fInitialPosX SetPos Y fInitialPosY SetPos Z fInitialPosZ SetAngle X fInitialAngleX SetAngle Y fInitialAngleY SetAngle Z fInitialAngleZEndBegin GameMode if bDoOnce Return else set bDoOnce to 1 set fInitialPosX to GetStartingPos X set fInitialPosY to GetStartingPos Y set fInitialPosZ to GetStartingPos Z set fInitialAngleX to GetStartingAngle X set fInitialAngleY to GetStartingAngle Y set fInitialAngleZ to GetStartingAngle Z endifEnd