Search the Community
Showing results for tags 'entity'.
Found 2 results
-
How to get a child entity from it's parent?
firefall70 posted a topic in Arma Reforger - Configs & Scripting
Hi, I attached a child entity via the hierarchy to my parent entity. How can I access the child via script. IEntity:GetChildren() only returns the first one, but I need a specific one. IEntity:GetSibling() returns just null... -
Zeus Multiplayer Virtual Entities Die on Start
smashballs posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
My Zeus Game Master mission works near flawlessly, except for some reason all the virtual entities die when the mission starts. I will select the Zeus virtual entity at the start screen, and when it goes to the briefing it shows "No Signal", then starts with the screen pointing up and it shows me the death screen. Why is this happening? The Zeus can work if being used by a regular unit, but that causes strange re-spawning bugs. I want a normal virtual Zeus entity to be the Game Master, but that is impossible if it dies for no reason. Am I missing something for my virtual entities to be dying? I am using version 1.56 for the Eden editor, is that the cause of this strange bug? Description.ext author="Smash Balls"; onLoadName = "Overlord 42+1 Master Altis"; OnLoadMission = "There is an almighty Overlord of which I wouldn't disobey! The NATO faction has a starting desert HQ with a handful of starting assets to use."; loadScreen = "overlordCastle.jpg"; overviewText = "Our lord of death and destruction has arrived!"; displayName = "Overlord 42+1 Master Altis|Preset Base(NATO)"; respawnVehicleDelay = 30; respawn = "BASE"; respawndelay = 15; respawnDialog = 1; respawnTemplatesWest[] = {"MenuPosition","MenuInventory"}; respawnTemplatesCiv[] = {"MenuPosition","MenuInventory"}; respawnTemplatesVirtual[] = {}; respawnOnStart = 0; disabledAI = 1; joinUnassigned = 1; aiKills = 1; class Header { gameType = ZGM; //DM, Team, Coop, ... minPlayers = 1; //min # of players the mission supports maxPlayers = 43; //Max # of players the mission supports playerCountMultipleOf = 1; };