This commit is contained in:
parent
994ee1a7ae
commit
d17e6c0d29
13 changed files with 530 additions and 171 deletions
|
@ -48,6 +48,8 @@ scripts/fma_ch6_01.dat
|
|||
scripts/fma_ch6_02.dat
|
||||
scripts/fma_ch6_03.dat
|
||||
|
||||
scripts/fma_party.dat
|
||||
|
||||
scripts/fma_plankton.dat
|
||||
|
||||
scripts/c1l1_celebrate.dat
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
#include data/scripts/defs/defs.scr
|
||||
|
||||
#include data/scripts/defs/charanim.scr
|
||||
#include data/scripts/defs/items.scr
|
||||
#include data/scripts/defs/response.scr
|
||||
#include data/scripts/defs/trans.scr
|
||||
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
|
||||
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_PARTY_SB0);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
@ -14,7 +13,23 @@ do
|
|||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
|
||||
_setText(CHAR_PATRICK,STR__INGAME__FMA_PARTY_PAT0);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_PARTY_VO0);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_PARTY_ALL);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
|
|
@ -282,11 +282,24 @@ eng=SpongeBob SqaurePants!!! Wait until I get my hands on that porous Freak!!!!
|
|||
[STR__INGAME__FMA_PLANKTON]
|
||||
eng=Blast you SpongeBreath, you have found my secret time machine! Whatever you do make sure you fill it up before you bring it back!!!!
|
||||
|
||||
|
||||
; ---------------------------------------------------------------
|
||||
[STR__INGAME__GENERIC__CHECK1]
|
||||
eng=Did that make sense..?
|
||||
; End party FMA
|
||||
[STR__INGAME__FMA_PARTY_SB0]
|
||||
eng=Happy Birthday Patrick from all your friends in Bikini Bottom!
|
||||
[STR__INGAME__FMA_PARTY_PAT0]
|
||||
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]
|
||||
eng=Happy Birthday!
|
||||
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------
|
||||
; Ingame conversations
|
||||
; ---------------------------------------------------------------
|
||||
Chapter 1 - Level 1 - 01
|
||||
[STR__INGAME__CH1__L1__SPONGEY1]
|
||||
eng=Hi Squidward !!! Ready for another great day together, friend?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue