- Joined
- Nov 27, 2015
- Messages
- 556
- Reaction score
- 794
- First Language
- English
- Primarily Uses
- RMMV
Intro:
This plugin allows you to display floor numbers on a map.
Version: 1.00
Features:
[*]You can change the floor number using common events in game
Instructions:
/* Helper Functions
* KR.Helpers.setFloorNumber(value)
* - Sets the current floor number to some value.
* KR.Helpers.getFloorNumber()
* - Returns current floor number.
* KR.Helpers.isBelowGround(boolean) - true/false
* - Changes the display from 1F to B1 and vice versa.
* KR.Helpers.deactivateDisplay(boolean) - true/false
* - Disables the display on the map scene.
*/
Common Event Setup Example:
Please see the below attachment to use the plugin.
Credits:
Free for both commercial and non-commercial use.Credit with the name Kino.
Thanks:Thank you to anyone who decides to use this script; I appreciate it!
If there are any bugs/issue, please contact me via message on the forums. I want to try and make the script as extensible/flexible as possible, so if you have an ideas also
please message me.
View attachment EISFloorDisplay.js
This plugin allows you to display floor numbers on a map.
Version: 1.00
Features:
- Lets you set a floor number in a dungeon
Decide whether it's above, or below ground
- Shows "1F" for above ground, and "B1" for below ground.
[*]You can change the floor number using common events in game
Instructions:
- Simply install the script
- Use the helpers provided
/* Helper Functions
* KR.Helpers.setFloorNumber(value)
* - Sets the current floor number to some value.
* KR.Helpers.getFloorNumber()
* - Returns current floor number.
* KR.Helpers.isBelowGround(boolean) - true/false
* - Changes the display from 1F to B1 and vice versa.
* KR.Helpers.deactivateDisplay(boolean) - true/false
* - Disables the display on the map scene.
*/
Common Event Setup Example:
Please see the below attachment to use the plugin.
Credits:
Free for both commercial and non-commercial use.Credit with the name Kino.
Thanks:Thank you to anyone who decides to use this script; I appreciate it!
If there are any bugs/issue, please contact me via message on the forums. I want to try and make the script as extensible/flexible as possible, so if you have an ideas also
please message me.
View attachment EISFloorDisplay.js
Last edited by a moderator:
