diff -r f9e2edcce6ed -r 2017dc6bc149 LuaAPI.wiki --- a/LuaAPI.wiki Mon Dec 06 15:01:27 2010 +0000 +++ b/LuaAPI.wiki Mon Dec 06 15:02:41 2010 +0000 @@ -241,8 +241,8 @@ Example: - !HogTurnLeft(CurrentHedgehog, true) -- turns CurrentHedgehog left - !HogTurnLeft(CurrentHedgehog, false) -- turns CurrentHedgehog right + !HogTurnLeft(!CurrentHedgehog, true) -- turns !CurrentHedgehog left + !HogTurnLeft(!CurrentHedgehog, false) -- turns !CurrentHedgehog right === !SetGearPosition(gearUid, x, y) ===
Places the specified gear exactly at the position (x,y).