Initial commit
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
-- $Id: //depot/Projects/StarWars_Steam/FOC/Run/Data/Scripts/AI/AI_Plan_Underworld_BuildUnderworldDroidWorks.lua#1 $
|
||||
--/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
--
|
||||
-- (C) Petroglyph Games, Inc.
|
||||
--
|
||||
--
|
||||
-- ***** ** * *
|
||||
-- * ** * * *
|
||||
-- * * * * *
|
||||
-- * * * * * * * *
|
||||
-- * * *** ****** * ** **** *** * * * ***** * ***
|
||||
-- * ** * * * ** * ** ** * * * * ** ** ** *
|
||||
-- *** ***** * * * * * * * * ** * * * *
|
||||
-- * * * * * * * * * * * * * * *
|
||||
-- * * * * * * * * * * ** * * * *
|
||||
-- * ** * * ** * ** * * ** * * * *
|
||||
-- ** **** ** * **** ***** * ** *** * *
|
||||
-- * * *
|
||||
-- * * *
|
||||
-- * * *
|
||||
-- * * * *
|
||||
-- **** * *
|
||||
--
|
||||
--/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
-- C O N F I D E N T I A L S O U R C E C O D E -- D O N O T D I S T R I B U T E
|
||||
--/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
--
|
||||
-- $File: //depot/Projects/StarWars_Steam/FOC/Run/Data/Scripts/AI/AI_Plan_Underworld_BuildUnderworldDroidWorks.lua $
|
||||
--
|
||||
-- Original Author: James Yarrow
|
||||
--
|
||||
-- $Author: Brian_Hayes $
|
||||
--
|
||||
-- $Change: 637819 $
|
||||
--
|
||||
-- $DateTime: 2017/03/22 10:16:16 $
|
||||
--
|
||||
-- $Revision: #1 $
|
||||
--
|
||||
--/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
require("pgevents")
|
||||
|
||||
-- Tell the script pooling system to pre-cache this number of scripts.
|
||||
ScriptPoolCount = 4
|
||||
|
||||
function Definitions()
|
||||
|
||||
Category = "Build_Initial_Groundbase_Only | Build_Underworld_Droid_Works"
|
||||
IgnoreTarget = true
|
||||
TaskForce = {
|
||||
{
|
||||
"BaseForce",
|
||||
"U_Ground_Droid_Works = 1"
|
||||
}
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
function BaseForce_Thread()
|
||||
AssembleForce(BaseForce)
|
||||
BaseForce.Set_Plan_Result(true)
|
||||
end
|
||||
|
||||
function BaseForce_Production_Failed(tf, failed_object_type)
|
||||
ScriptExit()
|
||||
end
|
||||
Reference in New Issue
Block a user