Denizen/0.7/Activity Scripts/Activities
From Citizens Wiki
< Denizen | 0.7 | Activity Scripts
For more up-to-date information and full details on specific features (individual commands or tags, for example), check the Meta Documentation.
If you want a full tutorial to help get you set up, check out the Beginner's Guide text website.
If you need quick help, visit our Discord group.
This wiki is outdated, please view the tutorial videos/guide, meta documentation, or Discord group (all linked above) for up-to-date information!
WANDER |
(RADIUS:#) (DELAY:#) (SPEED:#) (FILTER:#:#,#:#..) (BOOKMARK:BookmarkName) | |
---|---|---|
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 |
TASK |
[SCRIPT:ScriptNAme] (REPEATS:#) (DELAY:#) (DURATION:#) | |
---|---|---|
Runs a Task Script repeatedly.
Modifiers:
Example Usages - 1 TASK SCRIPT:WalkHome REPEATS:0 - 1 TASK SCRIPT:ComplainAboutThings DELAY:10 DURATION:1 |