LuaGameplay: Fix AddMissionTeam
authorWuzzy
Sun, 23 Jun 2019 10:07:31 +0100
changeset 1942 b36285e8e3f5
parent 1941 c11105f7579a
child 1943 a6b601c51fc8
LuaGameplay: Fix AddMissionTeam
LuaGameplay.wiki
--- a/LuaGameplay.wiki	Fri Jun 21 23:47:15 2019 +0100
+++ b/LuaGameplay.wiki	Sun Jun 23 10:07:31 2019 +0100
@@ -404,7 +404,7 @@
 This function is very similar to `AddTeam`. Team settings like team name and flag will be taken from the player-chosen team.
 You only need to specify the clan color, which has the same meaning as in `AddTeam`.
 
-This function returns two values: `<real team name>, <team index>`. For functions that need the team name as input (lke `DismissTeam`), you must use this returned `<real team name>`.
+This function returns two values: `<team name>, <team index>`. For functions that need the team name as input (lke `DismissTeam`), you must use this returned `<team name>`.
 
 Use `AddMissionHog` or `AddHog` afterwards to add hedgehogs for this team. You can mix `AddMissionHog` and `AddHog` as you wish.