This commit is contained in:
parent
f2968c6c1f
commit
704782c235
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
#include data/scripts/defs/defs.scr
|
|
||||||
|
|
||||||
#include data/scripts/defs/charanim.scr
|
|
||||||
#include data/scripts/defs/response.scr
|
|
||||||
#include data/scripts/defs/trans.scr
|
|
||||||
|
|
||||||
|
|
||||||
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L1__SPEECHTRIGGER);
|
|
||||||
_setResponseOptions(QUESTION_OK);
|
|
||||||
do
|
|
||||||
{
|
|
||||||
pause;
|
|
||||||
}
|
|
||||||
while(_getResponse()==ANSWER_NONE);
|
|
||||||
stop;
|
|
Loading…
Add table
Reference in a new issue