This commit is contained in:
Paul 2001-08-17 19:27:23 +00:00
parent f0b0183e94
commit e3a014eb18

View File

@ -0,0 +1,15 @@
#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__TRIGGERSPEECH_028);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;