This commit is contained in:
Daveo 2001-06-22 18:00:09 +00:00
parent 0e5f70080e
commit 77abbf73ff
8 changed files with 631 additions and 75 deletions

View file

@ -6,7 +6,7 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C1_SB0);
_setResponseOptions(QUESTION_OK);
do
{
@ -14,7 +14,31 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C1_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C1_SB1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C1_BB1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C1_MM0);
_setResponseOptions(QUESTION_OK);
do
{

View file

@ -6,15 +6,7 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C1_SB2);
_setResponseOptions(QUESTION_OK);
do
{

View file

@ -6,7 +6,7 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
_setText(CHAR_GARY,STR__INGAME__GARY_MEOW);
_setResponseOptions(QUESTION_OK);
do
{
@ -14,12 +14,5 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;

View file

@ -22,20 +22,4 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C4_SB1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;

View file

@ -6,22 +6,6 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_C4_MM_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_MM_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C4_SB1);
_setResponseOptions(QUESTION_OK);
do