SBSPSS/data/Scripts/ch3l2_01.scr

26 lines
473 B
Plaintext
Raw Permalink Normal View History

2001-06-28 23:20:14 +02:00
#include data/scripts/defs/defs.scr
#include data/scripts/defs/charanim.scr
#include data/scripts/defs/items.scr
#include data/scripts/defs/response.scr
#include data/scripts/defs/trans.scr
_setText(CHAR_SANDY,STR__INGAME__CH3__L2__SANDY1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
_setText(CHAR_SANDY,STR__INGAME__CH3__L2__SANDY2);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;