Overhead Icon - 2020.10.23.0
Creator name: OneEyedEagle (http://oneeyedeagle.lofter.com/)
Overview
Adds the ability to show icon above the character's head on the map.
Features
- Uses script call to show icon about the character or event.
- Overhead icon fades consistently throughout.
- A switch to turn "off" overhead icon.
Script call
replace n with icon index
Player
Event
For event, insert event id number inside []
Module (script settings)
- serial ID (Icon isn't shown when this switch is on)
- MAX_SHOW_FRAME (# of frames shown for icon to fade)
- MAX_LOOP_FRAME (Maximum number of loop frames)
Preview
If trigger is Parallel Process on game_player
Installation
Paste this script above Main.
Script
Credit and Thanks: OneEyedEagle
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Source
https://github.com/OneEyedEagle/EAGLE-RGSS3
Note: This script may conflict with other similar scripts. I'm aware there's Hover Alerts script by modern algebra however it looks complicated to memorize additional functions on comments.
Creator name: OneEyedEagle (http://oneeyedeagle.lofter.com/)
Overview
Adds the ability to show icon above the character's head on the map.
Features
- Uses script call to show icon about the character or event.
- Overhead icon fades consistently throughout.
- A switch to turn "off" overhead icon.
Script call
replace n with icon index
Player
Code:
$game_player.pop_icon = n
Event
Code:
$game_map.events[].pop_icon = n
For event, insert event id number inside []
Module (script settings)
- serial ID (Icon isn't shown when this switch is on)
- MAX_SHOW_FRAME (# of frames shown for icon to fade)
- MAX_LOOP_FRAME (Maximum number of loop frames)
Preview


If trigger is Parallel Process on game_player

Installation
Paste this script above Main.
Script
Credit and Thanks: OneEyedEagle
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Source
https://github.com/OneEyedEagle/EAGLE-RGSS3
Note: This script may conflict with other similar scripts. I'm aware there's Hover Alerts script by modern algebra however it looks complicated to memorize additional functions on comments.