This commit is contained in:
parent
994ee1a7ae
commit
d17e6c0d29
13 changed files with 530 additions and 171 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue