Snail Race!
Posted: Tue Oct 16, 2012 6:02 am
Is it possible to restrict monster movement to a linear path without the use of blockers and walls? I was thinking making a snail race to gamble on.
Official Legend of Grimrock Forums
https://mail.almosthumangames.com/forum/
https://mail.almosthumangames.com/forum/viewtopic.php?t=3756
Code: Select all
cloneObject{
name = "racing_snail",
baseObject = "snail",
onTurn = function(monster, direction)
return false
end,
}