This commit is contained in:
parent
f13c2bf302
commit
35ab875b1e
1 changed files with 8 additions and 0 deletions
|
@ -6,4 +6,12 @@
|
||||||
#include data/scripts/defs/trans.scr
|
#include data/scripts/defs/trans.scr
|
||||||
|
|
||||||
|
|
||||||
|
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L4__SBCELEBRATE);
|
||||||
|
_setResponseOptions(QUESTION_OK);
|
||||||
|
do
|
||||||
|
{
|
||||||
|
pause;
|
||||||
|
}
|
||||||
|
while(_getResponse()==ANSWER_NONE);
|
||||||
|
|
||||||
stop;
|
stop;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue