Resource:Battlefield/Squad: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
==Syntax==
==Syntax==
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<squad team="" name=""/>
<squad team="" shortn=""/>
</syntaxhighlight>
</syntaxhighlight>


==Purpose==
==Purpose==
Squads eliminate the need of a commander and allow organization on the battlefield.
Squads eliminate the need of a commander and allow organization on the battlefield.

Latest revision as of 13:52, 22 April 2010

A squad is a sub-team element containing 4 or less people. Each team has up to 8 squads. Each squad has its own set of orders set by any member of the squad group. Squad members can respawn on each other as well.

Syntax

<squad team="" shortn=""/>

Purpose

Squads eliminate the need of a commander and allow organization on the battlefield.