SBSPSS/data/Scripts/fma_ch4_02.scr

34 lines
609 B
Plaintext
Raw Normal View History

2001-06-22 19:25:16 +02:00
#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_SPONGEBOB,STR__INGAME__FMA_C4_SB1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
2001-07-18 00:56:55 +02:00
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C2_SB1);
2001-07-10 17:47:32 +02:00
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
2001-06-22 19:25:16 +02:00
stop;