[Map-Fixed]Map Name Load Fix Script pour RPG Maker VXACE Ecrit par Tata Monos
Nom : Map Name Load Fix Pour Rpg Maker Vx ace
Scripteur :Crazyninjaguy
Description :Script qui permet d'afficher le nom de la map sur la map de départ.
note : Utilisation autorisé pour un projet commercial.
Source
#===============================================================================# * Map name on load fix# * By Crazyninjaguy# * <a href="http://www.stormxstudios.co.uk" target="_blank">http://www.stormxstudios.co.uk</a># ---------------------------------------------------------------------------# * I was wondering why the map name didn't show on the first map you start# playing on, then I discovered that it only shows the window if you're# transferring/teleporting to a new, or the same map.# This script allows you to display the map name on the map you load onto.#===============================================================================class Window_MapName < Window_Base
alias cng_mapnamefix_windowmapname_init initialize
def initialize
cng_mapnamefix_windowmapname_init
if$game_map.display_nameself.contents_opacity=255@show_count=150endendend
Falco - posté le 03/01/2012 à 21:57:55. (9163 messages postés)
-