ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
AreTeamMembersRecruitable: Difference between revisions
Jump to navigation
Jump to search
Created page with "In TeamTypes, it allows the team members of this TeamType to be recruited into other teams. It can have 'yes' or 'no'. See also Priority, Group and Recruiter...." |
Added Flag template and some more information. |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{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. | |||
'''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]] | |||
*[[Recruiter]] |
Latest revision as of 22:00, 5 September 2020
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.