I have a problem with the script ATB 1.2C from the "Tankentai Sideview Battle System v3.4e & ATB v1.2c"
Hope u guys can help me.
I am Hispanic, therefore I have the RPG Maker in Spanish. One difference is that in the Spanish version uses two vocab:
StartScape and StartScapeSolo.
The problem I have is that I do not know how to configure the script so that if my party more than one character says "StartScape" and if there is only one says "StartScapeSolo".
I hope you understand me, my English is terrible.
Here you have the section of the script that decides which vocab when used for escape.
@info_viewport.visible = false # hide the info viewport
@message_window.visible = true # show the message window
text = sprintf(Vocab::EscapeStart, $game_party.name) # format the escape text
$game_message.texts.push(text) # add it to the $game_message, so the message window grabs it next update
Sound.play_escape #play escape sound
if !success
$game_message.texts.push('\.' + Vocab::EscapeFailure)
# add fail message if necessary
end
grettigs!