This commit is contained in:
parent
dbbe9e7970
commit
261bfcce1e
19 changed files with 340 additions and 110 deletions
33
data/Scripts/fma_ch3_01.scr
Normal file
33
data/Scripts/fma_ch3_01.scr
Normal file
|
@ -0,0 +1,33 @@
|
|||
#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_BARNACLEBOY,STR__INGAME__FMA_C3_BB0);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_SPONGEBOB,STR__INGAME__FMA_C3_SB1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_BARNACLEBOY,STR__INGAME__FMA_C3_BB1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
stop;
|
Loading…
Add table
Add a link
Reference in a new issue