This commit is contained in:
parent
d73a635fdd
commit
874d30b13a
4 changed files with 98 additions and 25 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -291,7 +291,23 @@ eng=Happy Birthday Patrick from all your friends in Bikini Bottom!
|
|||
eng=Today’s my birthday? Hmm. I thought I was born a long time ago in a hospital. Thanks for the signed photo of my favorite superheroes anyhow. This the best birthday ever!!
|
||||
[STR__INGAME__FMA_PARTY_VO0]
|
||||
eng=Stand Still while I take your picture
|
||||
[STR__INGAME__FMA_PARTY_ALL]
|
||||
[STR__INGAME__FMA_PARTY_SB]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_MM]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_BB]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_GARY]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_PLANKTON]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_PAT]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_KRABS]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_SQUIDWARD]
|
||||
eng=Happy Birthday!
|
||||
[STR__INGAME__FMA_PARTY_SANDY]
|
||||
eng=Happy Birthday!
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue