This commit is contained in:
Charles 2001-05-02 22:49:59 +00:00
parent 6f6b54fd0f
commit f37209b515
22 changed files with 403 additions and 71 deletions

View file

@ -6,16 +6,12 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_SQUIDWARD,STR__INGAME__CH1__L1__SQUIDWARD2);
_setResponseOptions(QUESTION_OK);
do
{
_setText(CHAR_SQUIDWARD,STR__INGAME__CH1__L1__SQUIDWARD2);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
pause;
}
while(_getResponse()!=ANSWER_YES);
while(_getResponse()==ANSWER_NONE);
stop;