Main Menu
  • Welcome to The RPG Maker Resource Kit.

Invisible Events In (or out of) Range

Started by Glasses, January 27, 2016, 11:33:31 PM

0 Members and 1 Guest are viewing this topic.

Glasses

Name: Invisible Events In Range
Version: 1.0
Author: Mr. Trivel
Created: 2016-01-28


What does it do?
Allows events to appear or disappear depending how close the player is.


Screenshots:



How to use?
Use "Comment..." command under Flow Control for tags.

<Hidden: [TYPE] [RANGE]>
TYPE - in/out, if "in" - enemy will be hidden if player is within the RANGE.
                       if "out" - enemy will be hidden if player is out of the RANGE.

RANGE - how far/close has player to be

E.g.
<Hidden: out 5>
<Hidden: in 3>


Plugin: <Link: Github>
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.


Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.