Denizen/0.7/Activity Scripts/Activities

From Citizens Wiki

< Denizen‎ | 0.7‎ | Activity Scripts

Revision as of 05:14, 17 August 2012 by Jrbudda (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WANDER

(RADIUS:#) (DELAY:#) (SPEED:#) (FILTER:#:#,#:#..) 
Causes the Denizen to wander aimlessly. Many options to dictate range and area.

Modifiers:

  • RADIUS: Radius within which to wander.
  • DELAY: The time, in seconds, between movements.
  • SPEED: The walking speed while wandering.
  • FILTER: The block types the Denizen is allowed to wander to

Example Usages

   - 1 WANDER DELAY:12 RADIUS:10 SPEED:.75 FILTER:COBBLESTONE,GRAVEL,5