This commit is contained in:
parent
704782c235
commit
41e3ebb090
1 changed files with 15 additions and 0 deletions
15
data/Scripts/triggerspeech_firstnet.scr
Normal file
15
data/Scripts/triggerspeech_firstnet.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_FIRSTNET);
|
||||||
|
_setResponseOptions(QUESTION_OK);
|
||||||
|
do
|
||||||
|
{
|
||||||
|
pause;
|
||||||
|
}
|
||||||
|
while(_getResponse()==ANSWER_NONE);
|
||||||
|
stop;
|
Loading…
Add table
Add a link
Reference in a new issue