Difference between revisions of "Template:VisuMZ Core Engine Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
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.
 +
 +
---
 +
 +
=== Game Plugin Commands ===
  
 
---
 
---
Line 15: Line 19:
 
   - Where do you want to take the player?
 
   - Where do you want to take the player?
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== Gold Plugin Commands ===
  
 
---
 
---
Line 28: Line 36:
 
   - Use negative values to remove gold.
 
   - Use negative values to remove gold.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== Picture Plugin Commands ===
  
 
---
 
---
Line 50: Line 62:
 
   - You may have to add in your own "Wait" event command after.
 
   - You may have to add in your own "Wait" event command after.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== System Plugin Commands ===
  
 
---
 
---

Revision as of 03:57, 4 September 2020


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

---

Game Plugin Commands

---

CoreEnginePluginCommand01.png

Game: Open URL
- Opens a website URL from the game.

  URL:
  - Where do you want to take the player?

---

Gold Plugin Commands

---

CoreEnginePluginCommand02.png

Gold: Gain/Lose
- Allows you to give/take more gold than the event editor limit.

  Value:
  - How much gold should the player gain/lose?
  - Use negative values to remove gold.

---

Picture Plugin Commands

---

CoreEnginePluginCommand03.png

CoreEnginePluginCommand03a.png

Picture: Easing Type
- Changes the easing type to a number of options.

  Picture ID:
  - Which picture do you wish to apply this easing to?

  Easing Type:
  - Select which easing type you wish to apply.

  Instructions:
  - Insert this Plugin Command after a "Move Picture" event command.
  - Turn off "Wait for Completion" in the "Move Picture" event.
  - You may have to add in your own "Wait" event command after.

---

System Plugin Commands

---

CoreEnginePluginCommand04.png

System: Main Font Size
- Set the game's main font size.

  Change To:
  - Change the font size to this number.

---

CoreEnginePluginCommand05.png

System: Side View Battle
- Switch between Front View or Side View for battle.

  Change To:
  - Choose which view type to switch to.

---

CoreEnginePluginCommand06.png

System: Time Progress Battle
- Switch between Default or Time Progress battle system.

  Change To:
  - Choose which battle system to switch to.

---

CoreEnginePluginCommand07.png

System: Window Padding
- Change the game's window padding amount.

  Change To:
  - Change the game's standard window padding to this value.

---