This commit is contained in:
parent
dab1baaaa8
commit
42672c734e
1 changed files with 41 additions and 0 deletions
41
data/Scripts/fma_ch4_02.scr
Normal file
41
data/Scripts/fma_ch4_02.scr
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue