Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Player VS Event position plugin 2017-09-30

No permission to download
Player VS Event position plugin

This plugin compares the position of the player and an event. Although it's very simple, it's also extremely useful!
Imagine you want to check if the player is on the left of an event. How would you do that in RMMV? Unless you use
an extremely complicated process, this might make the development of your game stop completely, or maybe you'll
have to abandon on an awesome idea! Well, this plugin is here to help you with that!

Script calls (to use with a conditional branch):

  • this.playerVsThisEventPosition() === 'string';
  • this.playerVsThisEventPosition(eventId) === 'string';
Possible strings:
  1. 'up'
  2. 'down'
  3. 'left'
  4. 'right'
  5. 'up-left'
  6. 'up-right'
  7. 'down-left'
  8. 'down-right'
example:
this.playerVsThisEventPosition() === 'left'; ---> checks if the player is on the left of this player.


This plugin can be used in association with a lot of different plugins to make tons of original content, so have fun with it!

Terms of use: Can be used for non-commercial as well as commercial games. Be sure to mention me, though! :D
(Having a copy of your game would also be nice ;) )

Thanks to Eis | Kino, GaryCXJk and Pivoo for helping me make this first plugin of mine! :P
Author
DaedraKyne
Downloads
35
Views
251
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from DaedraKyne

Top