This commit is contained in:
Paul 2001-08-07 16:36:24 +00:00
parent 4fee7f56d3
commit 15a1f901ab
2 changed files with 37 additions and 9 deletions

View file

@ -21,13 +21,6 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_PARTY_VO0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
; Happy birthday!
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_PARTY_SB);
@ -94,4 +87,16 @@ do
}
while(_getResponse()==ANSWER_NONE);
; Take a picture
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_PARTY_VO0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;