This commit is contained in:
Daveo 2001-06-22 17:25:16 +00:00
parent dab1baaaa8
commit 42672c734e

View File

@ -0,0 +1,41 @@
#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_MERMAIDMAN,STR__INGAME__FMA_C4_MM_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C4_MM_BB0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_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);
stop;