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
How to use
Item/Skill Note:
Teleport Plugin Command
Escape Plugin Command
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.
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.
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
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
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.