talksprites are IN

This commit is contained in:
the me 2022-08-22 18:28:48 -07:00
parent 3ef2354b34
commit 8d3617fe53
196 changed files with 1777 additions and 15 deletions

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "txt_",
"tags": [],
"resourceType": "GMScript",
}

View 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;
}

View 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",
}