SBSPSS/data/Scripts/triggerspeech_151.scr

16 lines
304 B
Plaintext
Raw Permalink Normal View History

2001-08-17 16:27:39 +02:00
#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_151);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;