LuaAPI.wiki
changeset 1254 51daf8e0be6c
parent 1253 ea75236aa30c
child 1256 141ed1f83d56
equal deleted inserted replaced
1253:ea75236aa30c 1254:51daf8e0be6c
   734 
   734 
   735 Example:
   735 Example:
   736 
   736 
   737 <code language="lua">    gear = AddGear(...)
   737 <code language="lua">    gear = AddGear(...)
   738     FindPlace(gear, true, 0, LAND_WIDTH) -- places the gear randomly between 0 and LAND_WIDTH</code>
   738     FindPlace(gear, true, 0, LAND_WIDTH) -- places the gear randomly between 0 and LAND_WIDTH</code>
   739 === <tt>!HogSay(gearUid, text, manner [,vgState])</tt> ===
   739 === `HogSay(gearUid, text, manner [,vgState])` ===
   740 Makes the specified gear say, think, or shout some text in a comic-style speech or thought bubble. `gearUid` is _not_ limited to hedgehogs, altough the function name suggests otherwise.
   740 Makes the specified gear say, think, or shout some text in a comic-style speech or thought bubble. `gearUid` is _not_ limited to hedgehogs, altough the function name suggests otherwise.
   741 
   741 
   742 The `manner` parameter specifies the type of the bubble and can have one of these values:
   742 The `manner` parameter specifies the type of the bubble and can have one of these values:
   743 
   743 
   744 || *Value of `manner`* || *Looks* ||
   744 || *Value of `manner`* || *Looks* ||