This commit is contained in:
Daveo 2001-07-02 16:17:31 +00:00
parent c8e989c896
commit be4a486e9d
5 changed files with 10 additions and 13 deletions

View file

@ -6,15 +6,7 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
_setText(CHAR_PLANKTON,STR__INGAME__FMA_PLANKTON);
_setResponseOptions(QUESTION_OK);
do
{