talksprites are IN
This commit is contained in:
parent
3ef2354b34
commit
8d3617fe53
196 changed files with 1777 additions and 15 deletions
12
eastern flames/scripts/txt_diesanyway/txt_.yy
Normal file
12
eastern flames/scripts/txt_diesanyway/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",
|
||||
}
|
63
eastern flames/scripts/txt_diesanyway/txt_diesanyway.gml
Normal file
63
eastern flames/scripts/txt_diesanyway/txt_diesanyway.gml
Normal file
|
@ -0,0 +1,63 @@
|
|||
function txt_momijidies() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Man, I told them, I'm just a Shogi player..."),
|
||||
txt("I'll step back and watch for now."),
|
||||
|
||||
],[
|
||||
|
||||
txt(""),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
||||
function txt_nitoridies() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Bwuh!? Bullshit!"),
|
||||
txt("Nitori, get out of there."),
|
||||
txt("But, I...! They- it's unfair!"),
|
||||
txt("I don't care! It's dangerous."),
|
||||
|
||||
],[
|
||||
|
||||
txt(""),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
||||
function txt_ayadies() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("My camera! I've gotta get it fixed!"),
|
||||
txt("Please, Aya. You can get another."),
|
||||
txt("No, I really can't~!"),
|
||||
|
||||
],[
|
||||
|
||||
txt(""),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
||||
function txt_takanedies() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("...That's about it. I'm clocking out."),
|
||||
txt("Have fun getting whalloped without me, suckers."),
|
||||
|
||||
],[
|
||||
|
||||
txt(""),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_diesanyway/txt_diesanyway.yy
Normal file
12
eastern flames/scripts/txt_diesanyway/txt_diesanyway.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_diesanyway",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue