RPG Maker Forums

Here is a pic of what I'm trying to do...

image.jpg

Only instead of "Gender" and "Race", I'd like to display the corresponding info located in the actors Notetag in this picture...

image.jpg

I put this together based on the default scripts...

#==============================================================================# ** Window_Base#------------------------------------------------------------------------------# This is a super class of all windows within the game.#==============================================================================class Window_Base < Window #-------------------------------------------------------------------------- # * Draw Simple Status #-------------------------------------------------------------------------- alias bluemith_draw_actor_simple_status draw_actor_simple_status def draw_actor_simple_status(actor, x, y) bluemith_draw_actor_simple_status(actor, x, y) draw_actor_race(actor, x, y + line_height * 2) draw_actor_gender(actor, x, y + line_height * 3) end def draw_actor_race (actor ,x ,y) @actor_race = "Race" draw_text_ex(x, y, @actor_race) end def draw_actor_gender (actor ,x ,y) @actor_gender = "Gender" draw_text_ex(x, y, @actor_gender) endendWhat I'm struggling with is how to make the script grab the note tag and display the proper information... I'm using this script, www.rpgmakervxace.net/topic/10545-est-simple-notetags-grabber/, but as I am a noob scripter, I just can't figure out how it should be written.Thanks!!

Edit, I have no idea why the editor did that it my code or why it made my pics so blurry...

#==============================================================================

# ** Window_Base

#------------------------------------------------------------------------------

# This is a super class of all windows within the game.

#==============================================================================

class Window_Base < Window

#--------------------------------------------------------------------------

# * Draw Simple Status

#--------------------------------------------------------------------------

alias bluemith_draw_actor_simple_status draw_actor_simple_status

def draw_actor_simple_status(actor, x, y)

bluemith_draw_actor_simple_status(actor, x, y)

draw_actor_race(actor, x, y + line_height * 2)

draw_actor_gender(actor, x, y + line_height * 3)

end

def draw_actor_race (actor ,x ,y)

@actor_race = "Race"

draw_text_ex(x, y, @actor_race)

end

def draw_actor_gender (actor ,x ,y)

@actor_gender = "Gender"

draw_text_ex(x, y, @actor_gender)

end

end

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,051
Messages
1,018,549
Members
137,837
Latest member
Dabi
Top