特定の写真がいくつかのスプライトと衝突したときに2種類のイベントを実行できるプラグイン – RS_PictureTool.js

タイトル
This plugin allows you to run with two types of events when a certain picture collides with some sprites.
作者名
ヘルプ
=============================================================================
Script Calls
=============================================================================

This command will run some event when it collides with certain picture:

RS.PictureTool.runEventCollideWithPicture(picId, eventId);

This command will run the common event when it collides with a picId picture:

RS.PictureTool.runCommonEventCollideWithPicture(picId, eventId, commonEventId);

This command will run a certain event when the picture collides with a game player:

RS.PictureTool.runEventCollideWithPlayer(picId, eventId);

This command will run a certain common event when the picture collides with a game player:

RS.PictureTool.runCommonEventCollideWithPlayer(picId, eventId, commonEventId);

=============================================================================
Version Log
=============================================================================
2018.04.13 (v1.0.0) - First Release.
2018.04.16 (v1.0.1) - Fixed a hanging bug.
2018.04.16 (v1.0.2) - Fixed the issue that the save is not working.
2018.04.16 (v1.0.3) - Fixed the issue when the picture is deleted
パラメータ
target MV
param Delay
type number
min 1
desc if it is less than the time you want a delay to take, it will wait the event to complete.
default 200

ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_PictureTool.js