This commit is contained in:
Paul 2001-08-14 18:13:37 +00:00
parent f13c2bf302
commit 35ab875b1e

View File

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