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.
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.