Teleportation Storage
Author: Vyndicate
Adding some original RPG Maker 2003 set teleportation point into MV
These command available through Plugin Command
Thanks to Novalife for simplicity code!
PushValue id mapName mapId xPos yPos facing fadeType
id => Determine the id of the object (Map10, IncredibleMap, etc)
mapName => Name of the map you want to show in choices. Note: Use underscore (_) to separate with space
mapId => Map ID you want to teleport
xPos, yPos => The position of x and y in specific Map ID
facing => 0 (no change), 2 (down), 4 (left), 6 (right), or 8 (up)
fadeType => 0 (Black), 1 (White), or 2 (No Fade)
Both facing and fadeType are optional, but so far you need to either put
both or not put all of them at all
Ex:
- PushVariable MapId Map_Test 1 4 5
复制代码- PushVariable MapIds Lantania_Village 11 7 13 0 0
复制代码
FlushVariable
Re-initiate the variable into empty []
DeleteValue id
Delete the id from list in specified variable
Ex:
TransferPlayer
Open choices of listed in specified variable and teleport into the picked choices
Showcase
Terms of Use:
Free for commercial and non commercial use with credits
Changelog:
v1.0.0
Initiate Plugin
本贴来自国际rpgmaker官方论坛作者:Vyndicate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/teleportation-storage.181366/