Random room moving style

Got a cool idea that should be in R'n'D? Let's hear it!

Moderators: Flumminator, Zomis

Post Reply
Tomi

Random room moving style

Post by Tomi »

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.
User avatar
Darkon
Posts: 237
Joined: Sun Jun 20, 2004 9:19 pm
Location: UK

Post by Darkon »

You could probably make something like this using a few CE's
Tomi
Posts: 339
Joined: Wed Aug 03, 2005 3:37 pm
Location: Slovakia

Post by Tomi »

:idea: I just had an idea how to do it with using just two CEs:
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.
Post Reply