This commit is contained in:
Daveo 2001-07-10 15:47:32 +00:00
parent 3aae462391
commit f10f7a8c6a
2 changed files with 10 additions and 0 deletions

View file

@ -22,4 +22,12 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C4_SB2);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;