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 SEK_TransferLines 1.0

No permission to download
SEK_TransferLines - v 1.0
By SEK
Introduction

Create a TransferLine to teleport your actor to a relative location on another map or in the same map!

Features
-Create vertical or horizontal transfer lines to move between places
just by creating a simple event (works with regions)

Plugin Commands:

• sektl mapid, x, y, arriving-direction, fade-effect, needed-direction, step-forward
- mapid = map where your actor will be transferred (in position x,y)
- arriving-direction = 8-up, 6-right, 2-down, 4-left (watch you numpad to remember this)
if direction is different from 2,4,6,8, the direction of the player
as he enters the t.l. will be kept.

- needed-direction = player must be facing this way to be transferred,
else it won't activate(if missing, every direction will be ok to be
transferred)

- fade-effect = 0-Black, 1-White, 2-None (If missing, it will be set to 0)

- step-forward: Number of steps your player will make after being
transferred.

[How to use]
Creates a transfer line and deletes the calling event: all you need to do is create a line of squares with the same region and put an event with this plugin command on its top left corner.
if values (except mapid, x and y) are missing, they will be set by default:
arriving-direction will be kept, fade-effect will be 0, there will be no
needed-direction and no steps forward.

• sektloff turns off the plugin (transfer lines aren't deleted but they are inactive)

• sektlon turns on the plugin


Screenshots/Video
skip to 1:44 to see how it works

How to use
make a line with regions and put an event on its top-left corner





the event should be set up like this: you can also make it run by switch and add some commands before the plugin call, just remember that

the plugin erases the event after the plugin call -> if it doesn't delete it, you wrote the plugin command in a wrong way and if on autorun, you'll notice it

because you won't be able to move!

Plugin
https://github.com/SEK-MV/SEK_MV_Plugins/raw/master/SEK_TransferLines.js


Credit and Thanks
- SEK

Author's Notes
Even if I try my best, I might not be able to help with issues.
This may have issues with other plugins using regions.
You are free to use this plugin. If you do use it, I'd like to have my name and my plugin's name included in credits.
Author
SEK
Downloads
23
Views
282
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from SEK

Top