rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Scene_ItemBase add action()fix #160

Closed Sigureya closed 6 years ago

Sigureya commented 6 years ago
 var action = new Game_Action (this.user ());

     var item = this.item ();      action.setItemObject (item); Since the above processing is frequent, it is methodized and put together.