some AddTeam clarifications
authorWuzzy
Mon, 14 Sep 2015 15:13:53 +0000
changeset 638 9f17dc37a141
parent 637 8a18ff3d8024
child 639 c17995c178e7
some AddTeam clarifications
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.