본문 바로가기
RPG Maker MV/Utility

Item Stream - RPG Maker MV

by biud436 2017. 1. 23.


Introduction

This plugin sends an item to the save-file or gets an item from the save-file.


How to Use


This plugin commands allows you to send the gold to the save-data.


 Stream Send Gold saveFileId gold_value


This plugin commands allows you to send the weapon to the save-data.


 Stream Send Weapon saveFileId weapon_id


This plugin commands allows you to send an armor to the save-data.


 Stream Send Armor saveFileId armor_id


This plugin commands allows you to send an item to the save-data.


 Stream Send Item saveFileId item_id


This plugin commands allows you to receive the gold from the save-data.


 Stream Bring Gold saveFileId gold_value


This plugin commands allows you to receive the weapon from the save-data.


 Stream Bring Weapon saveFileId weapon_id


This plugin commands allows you to receive an armor from the save-data.


 Stream Bring Armor saveFileId armor_id


This plugin commands allows you to receive an item from the save-data.


 Stream Bring Item saveFileId item_id



Change Log

2016.03.07 (v1.0.0) - First Release

2016.03.22 (v1.0.1) - The simple light plugin was not compatible with this plugin, But Fixed it.

2016.04.22 (v1.0.2) - Fixed a bug (See Github History)

2017.01.23 (v1.0.3) - Converted sources to ES6.


Link

https://raw.githubusercontent.com/biud436/MV/master/RS_ItemStream.js