This commit is contained in:
parent
0e5f70080e
commit
77abbf73ff
8 changed files with 631 additions and 75 deletions
|
@ -6,22 +6,6 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue