--- 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: