This commit is contained in:
parent
a5722bd7e1
commit
504688e4cd
21 changed files with 242 additions and 133 deletions
|
@ -13,6 +13,7 @@ scripts/ch2l1_01.dat
|
|||
scripts/ch2l1_02.dat
|
||||
scripts/ch2l2_01.dat
|
||||
scripts/ch2l2_02.dat
|
||||
scripts/ch3l1_01.dat
|
||||
scripts/ch3l3_01.dat
|
||||
scripts/ch3l3_02.dat
|
||||
scripts/ch4l3_01.dat
|
||||
|
|
|
@ -6,32 +6,20 @@
|
|||
#include data/scripts/defs/trans.scr
|
||||
|
||||
|
||||
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L1__SPONGEY1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L1__SPONGEY1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_SQUIDWARD,STR__INGAME__CH1__L1__SQUIDWARD1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_SPONGEBOB,STR__INGAME__GENERIC__CHECK1);
|
||||
_setResponseOptions(QUESTION_YES_NO);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()!=ANSWER_YES);
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_SQUIDWARD,STR__INGAME__CH1__L1__SQUIDWARD1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
stop;
|
||||
|
|
|
@ -186,6 +186,11 @@ Chapter 2 - Level 2 - 02
|
|||
eng=Here best pal you can still use my balloon!!! Happy Birthday to me!
|
||||
|
||||
|
||||
Chapter 3 - Level 1 - 01
|
||||
[STR__INGAME__CH3__L1__PLANKTON1]
|
||||
eng=Blast you SpongeBreath, you have found my secret time machine! Whatever you do make sure you fill it up before you bring it back!!!!
|
||||
|
||||
|
||||
Chapter 3 - Level 3 - 01
|
||||
[STR__INGAME__CH3__L3__PATRICK1]
|
||||
eng=DA DA DA DA DA DUM DUM DUM DUM (The blue Danube) Here you go Spongebob! One bubblewand dipped and ready to go!!!! Up, down and all around! I don't know what that means.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue