SBSPSS/data/Scripts/triggerspeech_weight.scr

16 lines
307 B
Plaintext
Raw Permalink Normal View History

2001-08-16 23:40:03 +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_WEIGHT);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;