LuaAPI: AddTeam formatting
authorWuzzy
Mon, 03 Dec 2018 23:55:14 +0000
changeset 1640 b91b4d97132d
parent 1639 cf681f30877d
child 1641 e3ba8cad19d5
LuaAPI: AddTeam formatting
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Dec 03 23:54:01 2018 +0000
+++ b/LuaAPI.wiki	Mon Dec 03 23:55:14 2018 +0000
@@ -1333,9 +1333,11 @@
 === Clans and teams ===
 ==== <tt>!AddTeam(teamname, color, grave, fort, voicepack, flag)</tt> ====
 
-Adds a new team. Note that this can only be done in `onGameInit`, not at a later time.
+Adds a new team.
+
+You *must* call it only in `onGameInit`.
 You *must* add at least one hedgehog with `AddHog` after calling this. The engine does not support empty teams.
-`AddTeam` is only supported for singleplayer missions. You *must not* use this function in multiplayer.
+`AddTeam` is only supported for singleplayer missions. You *must not* call this function in multiplayer.
 
 Arguments: