Ronyun_Deren

Veteran
Veteran
Joined
Nov 21, 2019
Messages
127
Reaction score
39
First Language
English
Primarily Uses
N/A
Hello RM Members,

could you help me please, how to remove enemy emerged message when player enter to fight without yanflyBS.

I use default BS (Battle System)

Thank you!
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,673
Reaction score
1,322
First Language
English
Primarily Uses
RMVXA
Ruby:
module BattleManager
  def self.battle_start
    $game_system.battle_count += 1
    $game_party.on_battle_start
    $game_troop.on_battle_start
    if @preemptive
      $game_message.add(sprintf(Vocab::Preemptive, $game_party.name))
    elsif @surprise
      $game_message.add(sprintf(Vocab::Surprise, $game_party.name))
    end
    wait_for_message
  end
end
 

Ronyun_Deren

Veteran
Veteran
Joined
Nov 21, 2019
Messages
127
Reaction score
39
First Language
English
Primarily Uses
N/A
Ruby:
module BattleManager
  def self.battle_start
    $game_system.battle_count += 1
    $game_party.on_battle_start
    $game_troop.on_battle_start
    if @preemptive
      $game_message.add(sprintf(Vocab::Preemptive, $game_party.name))
    elsif @surprise
      $game_message.add(sprintf(Vocab::Surprise, $game_party.name))
    end
    wait_for_message
  end
end
Thank you so much!!!
 

Latest Threads

Latest Posts

Latest Profile Posts


New sprites in my project!
Updating my stream thumbnail collection here Streaming more game dev in 30 minutes or so. :LZSexcite:

Programming languages are amazing.

Someone needed help with a problem in C#. I've got 0 experience in C#. I read 0 lines of their code. I only knew what they wanted to do. I wrote a completely generic code in Javascript containing the generic answer. But they understood what I was doing and translated that to their code. 20 seconds later, problem solved.
been using ChatGPT to write a new story. I told it to :
generate a word like gundam for a false prophet super AI

it answered :
"NOVUS" as an acronym for "New Omnipotent Virtual Unit for Synthetics"? sounds similar to "gnosis," which is a term associated with knowledge and spiritual enlightenment, fitting the theme of a false prophet.


Five traps done, more on the way!
Stay tuned!

Forum statistics

Threads
129,811
Messages
1,205,392
Members
170,925
Latest member
UrKo
Top