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

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