dialogue added
This commit is contained in:
parent
cf0ac84133
commit
091aa9c58c
117 changed files with 1393 additions and 231 deletions
12
eastern flames/scripts/txt_reisen/txt_.yy
Normal file
12
eastern flames/scripts/txt_reisen/txt_.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
16
eastern flames/scripts/txt_reisen/txt_reisen.gml
Normal file
16
eastern flames/scripts/txt_reisen/txt_reisen.gml
Normal file
|
@ -0,0 +1,16 @@
|
|||
function txt_reisen() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("E-Enemy spotted!"),
|
||||
txt("I’ll stop you here!"),
|
||||
|
||||
],[
|
||||
|
||||
txt("て...敵!"),
|
||||
txt("止まれ!"),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_reisen/txt_reisen.yy
Normal file
12
eastern flames/scripts/txt_reisen/txt_reisen.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_reisen",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue