This commit is contained in:
parent
e512a6316b
commit
0eb2457a01
10 changed files with 331 additions and 243 deletions
|
@ -6,7 +6,7 @@
|
|||
#include data/scripts/defs/trans.scr
|
||||
|
||||
|
||||
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C2_MM_BB0);
|
||||
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C2_MM_ZZZ);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
@ -14,7 +14,7 @@ do
|
|||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C2_MM_BB0);
|
||||
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C2_BB_ZZZ);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include data/scripts/defs/trans.scr
|
||||
|
||||
|
||||
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C4_MM_BB0);
|
||||
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C4_MM_GASP);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
@ -14,7 +14,7 @@ do
|
|||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_MM_BB0);
|
||||
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_BB_GASP);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue