Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

I am Very Nooby at Scripting [RESOLVED]

Status
Not open for further replies.

poccil

Sponsor

Here (bottom of script section Window_Help):

  def set_enemy(enemy)
    text = enemy.name
    state_text = make_battler_state_text(enemy, 112, false)
    if state_text != ""
      text += "  " + state_text
    end
    text+=sprintf(" (%s: %d/%d)",$data_system.words.hp,enemy.hp,enemy.maxhp)
    set_text(text, 1)
  end
 
poccil":16vaun8g said:
Here:

  def set_enemy(enemy)
    text = enemy.name
    state_text = make_battler_state_text(enemy, 112, false)
    if state_text != ""
      text += "  " + state_text
    end
    text+=sprintf(" (%s: %d/%d)",$data_system.words.hp,enemy.hp,enemy.maxhp)
    set_text(text, 1)
  end

Okay, where do I paste that?
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top