# HG changeset patch # User Wuzzy # Date 1442243633 0 # Node ID 9f17dc37a141d67b96767a1ef5d538c75819728a # Parent 8a18ff3d80242c5b7dc51073953c36f4786b239c some AddTeam clarifications diff -r 8a18ff3d8024 -r 9f17dc37a141 LuaAPI.wiki --- a/LuaAPI.wiki Mon Sep 14 00:56:32 2015 +0000 +++ b/LuaAPI.wiki Mon Sep 14 15:13:53 2015 +0000 @@ -992,9 +992,9 @@ * `teamname`: The name of the team. * `color`: The RGB color of the team as defined in [LuaAPI#Color] * `grave`: The name of the team’s grave (equals file name without the suffix) - * `fort`: The name of the team’s fort + * `fort`: The name of the team’s fort (equals file name without the suffix and without the letter “L” or “R” before that suffix) * `voicepack`: The name of the team’s voice pack (equals the directory name) - * `flag`: Optional argument for the name of the team’s flag (equals file name without the suffix) + * `flag`: Optional argument for the name of the team’s flag (equals file name without the suffix). If set to `nil`, the flag “hedgewars” is used. *Note*: This works only for singleplayer training missions for now and will desync multiplayer games.