Denizen/0.7/Activity Scripts/Activities: Difference between revisions
From Citizens Wiki
< Denizen | 0.7 | Activity Scripts
(Created page with " {{Denizen Command Color|aliceblue| WANDER | (RADIUS:#) (DELAY:#) (SPEED:#) (FILTER:#:#,#:#..) | Causes the Denizen to wander aimlessly. Many options to dictate range and are...") |
No edit summary |
||
Line 8: | Line 8: | ||
*DELAY: The time, in seconds, between movements. | *DELAY: The time, in seconds, between movements. | ||
*SPEED: The walking speed while wandering. | *SPEED: The walking speed while wandering. | ||
*FILTER: The block | *FILTER: The block ids or names the Denizen is allowed to wander to | ||
'''Example Usages''' | '''Example Usages''' | ||
<pre> | <pre> |
Revision as of 00:40, 3 September 2012
WANDER |
(RADIUS:#) (DELAY:#) (SPEED:#) (FILTER:#:#,#:#..) |
Causes the Denizen to wander aimlessly. Many options to dictate range and area.
Modifiers:
Example Usages - 1 WANDER DELAY:12 RADIUS:10 SPEED:.75 FILTER:COBBLESTONE,GRAVEL,5 |