RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RMVXA] Really simple, removing/modifying upper text in battle

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 55
RMRK Junior
I want to remove or modify the upper combat text.

Like when you attack it says

Eric attacks!
Eric did 62 dmg!
Slime A defeated!

etc...
« Last Edit: August 06, 2012, 01:01:06 AM by Trayver »

*
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Best IRC Quote2014 Zero to Hero2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
Code: [Select]
class Window_BattleLog < Window_Selectable
  alias no_battle_msg_init initialize
  def initialize(*args)
    no_battle_msg_init(*args)
    self.visible = false
    @back_sprite.visible = false
  end
end
Anywhere below "Materials" but above "Main" in the script editor.
it's like a metaphor or something i don't know