diff -r 90dc2f42db2b -r 699a39df73c5 LuaAPI.wiki --- a/LuaAPI.wiki Tue Jan 01 22:01:02 2019 +0000 +++ b/LuaAPI.wiki Tue Jan 01 22:05:00 2019 +0000 @@ -502,7 +502,7 @@ The name and hat match the player's team definition. The hog is also always player-controlled. -Example: +Examples: -- Add player team with 3 hogs AddMissionTeam(-1) AddMissionHog(100) @@ -1420,8 +1420,6 @@ Use `AddMissionHog` or `AddHog` afterwards to add hedgehogs for this team. You can mix `AddMissionHog` and `AddHog` as you wish. - * `color`: See `AddTeam`. - Example: -- Add mission team with default clan color AddMissionTeam(-1)