Difference between revisions of "Template:VisuMZ Quest Journal System Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
The following are Plugin Commands that come with this plugin. They can be
 
The following are Plugin Commands that come with this plugin. They can be
 
accessed through the Plugin Command event command.
 
accessed through the Plugin Command event command.
 +
 +
---
 +
 +
=== Quest Plugin Commands ===
  
 
---
 
---
Line 128: Line 132:
 
   - You may use JavaScript code.
 
   - You may use JavaScript code.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== Tracker Plugin Commands ===
  
 
---
 
---
Line 164: Line 172:
 
   - Shows/hides the tracker window on the map.
 
   - Shows/hides the tracker window on the map.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== System Plugin Commands ===
  
 
---
 
---

Revision as of 04:01, 4 September 2020

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Quest Plugin Commands

---

QuestJournalScreen3.png

QuestJournalSystemCommand1.png

Quest: Add/Complete/Fail/Remove
- Adds quest(s) to be known/completed/failed.
- Or removes them.

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Status:
  - Change the status to this.
    - Add to Known
    - Add to Completed
    - Add to Failed
    - Remove from All

---

QuestJournalScreen1.png

QuestJournalSystemCommand2.png

Quest: Description Change
- Changes the description of the quest(s) to a ID.

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Description ID:
  - Change the description of the quest(s) to a different ID.
  - You may use JavaScript code.

---

QuestJournalSystemCommand3.png

Quest: Objectives Change
- Changes the objective(s) status of the quest(s).

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Objective ID(s):
  - Select the objective ID(s) to change.
  - You may use JavaScript code.

  Status:
  - Change the status of the objective(s) to this.
    - Show Objective(s)
    - Complete Objective(s)
    - Fail Objective(s)
    - Remove Objective(s)

---

QuestJournalSystemCommand4.png

Quest: Quote Quote
- Changes the quote of the quest(s) to a ID.

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Subtext ID:
  - Change the quote of the quest(s) to a different ID.
  - You may use JavaScript code.

---

QuestJournalScreen3.png

QuestJournalSystemCommand5.png

Quest: Rewards Change
- Changes the reward(s) status of the quest(s).

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Reward ID(s):
  - Select the reward ID(s) to change.
  - You may use JavaScript code.

  Status:
  - Change the status of the reward(s) to this.
    - Show Reward(s)
    - Claim Reward(s)
    - Deny Reward(s)
    - Remove Reward(s)

---

QuestJournalSystemCommand6.png

Quest: Subtext Change
- Changes the subtext of the quest(s) to a ID.

  Quest Keys:
  - Insert the quest key(s) here.
  - Each quest key must be unique.

  Subtext ID:
  - Change the subtext of the quest(s) to a different ID.
  - You may use JavaScript code.

---

Tracker Plugin Commands

---

QuestJournalScreen2.png

QuestJournalSystemCommand7.png

Tracker: Change Quest
- Changes the tracked quest.

  Quest Key:
  - Insert the quest key here.

---

QuestJournalSystemCommand8.png

Tracker: Refresh Window
- Refreshes the quest tracker window.

---

QuestJournalSystemCommand9.png

Tracker: Show/Hide Window
- Can forcefully hide window.
- Showing will depend on the player's Options setting.

  Show/Hide?:
  - Shows/hides the tracker window on the map.

---

System Plugin Commands

---

QuestJournalScreen1.png

QuestJournalSystemCommand10.png

System: Call Scene_Quest
- Opens Scene_Quest for the player.
- Does not work in battle.

---

QuestJournalSystemCommand11.png

System: Enable Quests in Menu?
- Enables/disables quest menu inside the main menu.

  Enable/Disable?:
  - Enables/disables quest menu inside the main menu.

---

QuestJournalSystemCommand12.png

System: Show Quests in Menu?
- Shows/hides quest menu inside the main menu.

  Show/Hide?:
  - Shows/hides quest menu inside the main menu.

---