02-25-2016, 05:03 AM
KEvents XP
by Kyonides-Arkanthos
Introduction
This scriptlet allows you to show up an NPC's name or even some icon (24*24px) if needed. (OK, I can't guarantee this won't generate some lag if more than 10 or 20 events are displaying these additional sprites.)
Features
11 Font Colors for Name labels
5 different kinds of Icons to choose from
Show an Event Name from the beginning of an Event Page execution
Show or Dispose Icons from the beginning of an Event Page execution or from a certain point in the Event on
Font Size, Font Weight and Italic
Options for Icons (if making use of comments at the top of the Event page)
English Version
New Quest
Rewards
Failure
Shop
Inn
Spanish Version
Nueva Misión
Premios
Fracaso
Tienda
Hotel
Instructions
Take a look at the script, it already includes them but here I leave a set of instructions for you.
Method 1. Show Icon on current event page (temporarily) via Event Comment at the top of the page
Options: 'New Quest', 'Rewards', 'Failure', 'Shop', 'Inn'
Code:
Example #1
Comment: Name Bounter Hunter Lani
: New Quest
Example #2
Comment: Name ARGUS Director, Melana Waller
: Font Verdana
: FontSize 16 Italic Bold
: Failure
Method 2. Show Icon while not activating next event page (temporarily) via Script Call
Options: 'New Quest', 'Rewards', 'Failure', 'Shop', 'Inn'
KEvents.show_icon(Event_ID, 'New Quest')
#=> shows New Quest icon over Lani's head
Script
Available in English and Spanish!
If you want to translate it to another language, just contact me first.