The RPG Maker Resource Kit

RMRK RPG Maker Creation => MV => MV Scripts Database => Topic started by: Glasses on January 27, 2016, 11:33:31 PM

Title: Invisible Events In (or out of) Range
Post by: Glasses on January 27, 2016, 11:33:31 PM
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:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fpuu.sh%2FmM9h8%2F8a401bb094.png&hash=b4e24a0aa1bf0828ee828a61899e1d274d164e97)
 

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> (https://github.com/Trivel/RMMV/blob/master/MrTS_InvisibleEventsInRange.js)
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.