This commit is contained in:
Paul 2001-07-02 23:35:34 +00:00
parent cf8155d9db
commit ca1f7aa3f9
3 changed files with 85 additions and 9 deletions

View file

@ -6,12 +6,4 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L4__SBCELEBRATE);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;