Jump to content

Firebird4lfe

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by Firebird4lfe

  1. I've created a mission with a lot of mines for my guys to deal with, only issue is i cant interact with any mine and some objects after i placed it in Eden editor when im in Zeus. I made the basic framework in eden just to worry about troops during the mission. I added the following to the game logic for both of the Zeus's to see all AI's and objects thinking it would cover it. All AI's show up under Zeus and empty cars but no objects. I did some digging through the discussions already but i didn't find anything mentioned like the problem im having. I also have achilles downloaded and when i add the "see all" module when in zeus mode, no new objects shows up for me to control. if (isServer) then { [] spawn { while {true} do { { _x addCuratorEditableObjects [allUnits, true]; _x addCuratorEditableObjects [vehicles, true]; sleep 60; } forEach allCurators; }; }; }; Thoughts?
×