SBSPSS/data/Scripts/triggerspeech_firstnet.scr
2001-08-16 21:37:22 +00:00

16 lines
309 B
Plaintext

#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_FIRSTNET);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;