[RMMV-MZ] Region System
CT_Bolt's Region System
Version 1.0
CT_Bolt
***************** Description **********************
Setup notetags in the Map Notebox to specify certain
actions upon moving into a region such as transferring the player to another location/map :)
****************** How to Use **********************
Place the following notetags in the Map Notebox :)
Map Notetags:
Transfer [Region ID]; [Map ID]; [X]; [Y]; [Direction]; [Fade Type]; [Conditions]; [Script]; [Just Script?]
Examples:
Transfer 4; 2; 0; null; 0; 0; {1}
Activates on Region 4
Transfers to Map 2, Tile (0, Player's Y)
Retain Direction, Fade to Black
Only activate if conditions #1
Transfer 3; 1; $gamePlayer.x; 20; 8; 1; 4; AudioManager.playSe({name:'Cursor1', volume: 100, pitch: 90, pan:0})
Activates on Region 3
Transfers to Map 1, Tile (Player's X, 20)
Force Direction UP, Fade to Black
Only activate if moving in the Left direction
Plays an SE file
Transfer 3; 1; $gamePlayer.x; 20; 8; 1; 4; AudioManager.playSe({name:'Cursor1', volume: 100, pitch: 90, pan:0}); true
Activates on Region 3
Only activate if moving in the Left direction
Plays an SE file
Setting the last param to true doesn't transfer and only runs the script
Script 2; AudioManager.playSe({name:'Cursor1', volume: 100, pitch: 90, pan:0})
Activates on Region 2
Plays an SE file
Not even a single event used in the demo,
everything was simply done with regions & map notetags ;)
History Log:
v1.00 Initial Release
01/27/2023:
v2.00 Initial Release (MV Only as of Right Now)
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.