This commit is contained in:
parent
41e3ebb090
commit
e4cc781bc2
7 changed files with 105 additions and 0 deletions
15
data/Scripts/triggerspeech_breakfloor.scr
Normal file
15
data/Scripts/triggerspeech_breakfloor.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_BREAKFLOOR);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_bubblegeyser.scr
Normal file
15
data/Scripts/triggerspeech_bubblegeyser.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_BUBBLEGEYSER);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_firstbubble.scr
Normal file
15
data/Scripts/triggerspeech_firstbubble.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_FIRSTBUBBLE);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_firstcoral.scr
Normal file
15
data/Scripts/triggerspeech_firstcoral.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_FIRSTCORAL);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_garych2l1.scr
Normal file
15
data/Scripts/triggerspeech_garych2l1.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_GARYCH2L1);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_usebubble.scr
Normal file
15
data/Scripts/triggerspeech_usebubble.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_USEBUBBLE);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
15
data/Scripts/triggerspeech_weight.scr
Normal file
15
data/Scripts/triggerspeech_weight.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_WEIGHT);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
stop;
|
Loading…
Add table
Add a link
Reference in a new issue