ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "AreTeamMembersRecruitable"

From ModEnc
Jump to: navigation, search
m
(Added Flag template and some more information.)
 
Line 1: Line 1:
In [[TeamTypes]], it allows the team members of this TeamType to be recruited into other teams. It can have 'yes' or 'no'.
+
{{Flag
 +
|name={{PAGENAME}}
 +
|files={{Categ|ini=ai}}, {{Categ|maps}}
 +
|values={{Values|boolean}}
 +
|types={{Categ|TeamTypes}}
 +
|ts=yes
 +
|fs=yes
 +
|hp=yes
 +
|ra2=yes
 +
|yr=yes
 +
|ares=yes
 +
}}
 +
If set, this flag allows the members of this [[TeamTypes|team]] to be recruited into other teams. If the flag is set to false, the team members cannot be recruited into other teams.
  
When the team members finish their script actions, they loose their AreTeamMembersRecruitable value and become available for recruitment into other teams.
+
'''Note:''' When the team finishes its [[ScriptTypes|script]], the team is disolved and its members become available for recruitment into other teams, regardless of this flag.
  
See also [[Priority]], [[Group]] and [[Recruiter]].
+
==See Also==
 
+
*[[Priority]]
 
+
*[[Group]]
[[Category:INI Flags]]
+
*[[Recruiter]]

Latest revision as of 00:00, 6 September 2020

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: AreTeamMembersRecruitable
File(s): ai(md).ini, maps
Values: Boolean values: yes or no, true or false, 1 or 0
Applicable to: TeamTypes


If set, this flag allows the members of this team to be recruited into other teams. If the flag is set to false, the team members cannot be recruited into other teams.

Note: When the team finishes its script, the team is disolved and its members become available for recruitment into other teams, regardless of this flag.

See Also