This commit is contained in:
parent
3aae462391
commit
f10f7a8c6a
2 changed files with 10 additions and 0 deletions
|
@ -22,4 +22,12 @@ do
|
||||||
}
|
}
|
||||||
while(_getResponse()==ANSWER_NONE);
|
while(_getResponse()==ANSWER_NONE);
|
||||||
|
|
||||||
|
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C4_SB2);
|
||||||
|
_setResponseOptions(QUESTION_OK);
|
||||||
|
do
|
||||||
|
{
|
||||||
|
pause;
|
||||||
|
}
|
||||||
|
while(_getResponse()==ANSWER_NONE);
|
||||||
|
|
||||||
stop;
|
stop;
|
||||||
|
|
|
@ -253,6 +253,8 @@ eng=Gasp!
|
||||||
eng=Look what I have got for you!
|
eng=Look what I have got for you!
|
||||||
[STR__INGAME__FMA_C4_BB0]
|
[STR__INGAME__FMA_C4_BB0]
|
||||||
eng=Look kid you are beginning to bug me now! One of my favorite kelp bars would be great. Hey kid, you can only get them in Bikini Bottom!
|
eng=Look kid you are beginning to bug me now! One of my favorite kelp bars would be great. Hey kid, you can only get them in Bikini Bottom!
|
||||||
|
[STR__INGAME__FMA_C4_SB2]
|
||||||
|
eng=I’m on my way!!
|
||||||
|
|
||||||
; C5 FMA
|
; C5 FMA
|
||||||
[STR__INGAME__FMA_C5_SB0]
|
[STR__INGAME__FMA_C5_SB0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue