This commit is contained in:
parent
9cf8777794
commit
fa4331eab6
9 changed files with 135 additions and 0 deletions
15
data/Scripts/triggerspeech_151.scr
Normal file
15
data/Scripts/triggerspeech_151.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_151);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_152.scr
Normal file
15
data/Scripts/triggerspeech_152.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_152);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_153.scr
Normal file
15
data/Scripts/triggerspeech_153.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_153);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_154.scr
Normal file
15
data/Scripts/triggerspeech_154.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_154);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_155.scr
Normal file
15
data/Scripts/triggerspeech_155.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_155);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_156.scr
Normal file
15
data/Scripts/triggerspeech_156.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_156);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_157.scr
Normal file
15
data/Scripts/triggerspeech_157.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_157);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_158.scr
Normal file
15
data/Scripts/triggerspeech_158.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_158);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_159.scr
Normal file
15
data/Scripts/triggerspeech_159.scr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_159);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
Loading…
Add table
Reference in a new issue