This commit is contained in:
Paul 2001-07-05 22:58:05 +00:00
parent d73a635fdd
commit 874d30b13a
4 changed files with 98 additions and 25 deletions

View file

@ -29,7 +29,64 @@ do
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_PARTY_ALL);
; Happy birthday!
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_PARTY_SB);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_MERMAIDMAN,STR__INGAME__FMA_PARTY_MM);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_PARTY_BB);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_GARY,STR__INGAME__FMA_PARTY_GARY);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_PLANKTON,STR__INGAME__FMA_PARTY_PLANKTON);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_PATRICK,STR__INGAME__FMA_PARTY_PAT);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_KRABS,STR__INGAME__FMA_PARTY_KRABS);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SQUIDWARD,STR__INGAME__FMA_PARTY_SQUIDWARD);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SANDY,STR__INGAME__FMA_PARTY_SANDY);
_setResponseOptions(QUESTION_OK);
do
{