LuaAPI.wiki
changeset 1578 80a793600049
parent 1577 f1af9c28ce70
child 1579 00bcd6b833a5
--- a/LuaAPI.wiki	Thu Oct 04 19:35:30 2018 +0100
+++ b/LuaAPI.wiki	Thu Oct 04 19:36:36 2018 +0100
@@ -473,7 +473,8 @@
 Same as `SpawnFakeAmmoCrate`, except the crate will look like an utility crate.
 
 === <tt>!AddHog(hogname, botlevel, health, hat)</tt> ===
-Adds a new hedgehog for current team (last created one with the `AddTeam` function), with bot level and specified health, also hat.
+Adds a new hedgehog for current team (last created one with the `AddTeam` function), with a bot level, an initial health and a hat.
+
 `botlevel` ranges from `0` to `5`, where `0` denotes a human player and `1` to `5` denote the skill level of a bot, where `1` is strongest and `5` is the weakest. Note that this is the reverse order of how the bot level is displayed in the game. Note that mixing human-controlled and computer-controlled hedgehogs in the same team is not permitted, but it is permitted to use different computer difficulty levels in the same team.
 
 *Warning*: This only works in singleplayer mode (e.g. missions). Also, Hedgewars only supports up to 48 hedgehogs in a game. If you add more hedgehogs or call this function in multiplayer mode, Hedgewars might fail.