Random room moving style
Moderators: Flumminator, Zomis
Random room moving style
Please add a moving style that makes elements move random direction but don't continue towards wall (or other element it can't pass) but also don't leave very far from the place it was created. That could be used e.g. for persons.

1. an element that looks like an invisible sand and is walkable over (X)
2. the element we want to move, with random moving style and big move delay (O)
then it could be done with something like:
X X X X
X . O X
X . . X
X X X X
O cannot walk out, because elements other than player can walk just to empty space, but player can walk in. That could work.