This commit is contained in:
Daveo 2001-06-22 20:14:08 +00:00
parent e512a6316b
commit 0eb2457a01
10 changed files with 331 additions and 243 deletions

View file

@ -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
{

View file

@ -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
{