SBSPSS/data/Scripts/ch3l1_01.scr

18 lines
342 B
Plaintext
Raw Permalink Normal View History

2001-05-03 15:09:11 +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_PLANKTON,STR__INGAME__CH3__L1__PLANKTON1);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;