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 Classic RM2K Teleport & Escape Dungeon item/skill 0.2a

No permission to download
Classic RM2K Teleport & Escape Dungeon item/skill
By Nechigawara Sanzenin @ Gamindustri

Introduction
This script allow the user to create classic RM2K Teleport and Escape Skill without using any game variables and common events.

Features

  • Save Teleport/Escape Location from current player location
  • Allow User to Manual Disable/Enable Skill/Item
  • Teleport will auto disable if location is blank, in Vehicle, Or in Battle
  • Escape will auto disable if location is blank, in Vehicle, in Battle, Or not in Dungeon
  • User can set Teleport/Escape transition and direction

How to use
Item/Skill Note:
JavaScript:
<TELEPORT> : Make item/skill has Teleport effect.
<ESCAPE> : Make item/skill has Escape effect.
Teleport Plugin Command
JavaScript:
type nec_settelelocation to save current player location
type nec_resettelelocation to clear saved location
type nec_allowtelelocation 0 to manual disable skill/item
type nec_allowtelelocation 1 to manual enable skill/item
Escape Plugin Command
JavaScript:
type nec_setescapelocation to save current player location
type nec_resetescapelocation to clear saved location
type nec_allowescapelocation 0 to manual disable skill/item
type nec_allowescapelocation 1 to manual enable skill/item
Terms
Free to use in both commercial and non-commercial project as long as credit is given.
Any edits made to this script are okay as long as you still provide the proper credit.
Author
Nechigawara
Downloads
73
Views
149
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Nechigawara

Latest updates

  1. Add Disable Teleport in Dungeon Option.

    02.a - Add Disable Teleport in Dungeon Option.
  2. Improve for 0.2 Version

    Improve implement skill/item, Add Escape Dungeon, Improve Code base on Kadokawa's Escape Dungeon
  3. Fixed Minor Bug

    Fixed Minor Bug
Top