Builder/Builder and Denizen: Difference between revisions
From Citizens Wiki
< Builder
| Line 23: | Line 23: | ||
{| class="wikitable collapsible collapsed" | {| class="wikitable collapsible collapsed" | ||
! | ! Jerry the Janitor Scripts and Assignment | ||
|- | |- | ||
| <pre> | | <pre> | ||
Revision as of 01:04, 12 October 2012
Harry's Home Constructions
Hire a Builder to build your house.
Coming soon!
| Joe the Builder Script and Assignment |
|---|
---- assignments.yml ---- ---- script.yml ---- |
Janitor Jerry
Jerry fixes up a building once a day.
Coming soon!
| Jerry the Janitor Scripts and Assignment |
|---|
---- assignments.yml ----
Denizens:
Jerry:
Scheduled Activities:
- 12:00 RebuildActivity
---- script.yml ----
RebuildActivity:
Type: Activity
Requirements:
Mode: None
Activities:
List:
- 1 TASK SCRIPT:RebuildTask DELAY:300
RebuildTask
Type: Task
Script:
- EXECUTE ASSERVER "builder <NPCID> load myBuilding"
- EXECUTE ASSERVER "builder <NPCID> origin schematic"
- EXECUTE ASSERVER "builder <NPCID> build"
|