mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
a couple chatbot grammer improvements
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
username = ""
|
username = ""
|
||||||
yesno_state = ""
|
yesno_state = ""
|
||||||
yesno_param = ""
|
yesno_param = ""
|
||||||
print("Hi! I'm [callsign], how are you doing?")
|
print("Hi! I'm [callsign], how are you doing? You can talk to me by beginning your statements with \"[callsign],\"")
|
||||||
|
|
||||||
/datum/text_parser/parser/eliza/process_line()
|
/datum/text_parser/parser/eliza/process_line()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -108,7 +108,7 @@
|
|||||||
"Oh, I*",
|
"Oh, I*",
|
||||||
"You're not really talking about me, are you?")),
|
"You're not really talking about me, are you?")),
|
||||||
new/datum/text_parser/keyword(
|
new/datum/text_parser/keyword(
|
||||||
list("i want"),
|
list("i want","i like"),
|
||||||
list(
|
list(
|
||||||
"What would it mean if you got*",
|
"What would it mean if you got*",
|
||||||
"Why do you want*",
|
"Why do you want*",
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
pda.overlays = null
|
pda.overlays = null
|
||||||
pda.overlays += image('pda.dmi', "pda-r")
|
pda.overlays += image('pda.dmi', "pda-r")
|
||||||
|
|
||||||
return "Told [name] that [object]."
|
return "Told [name], [object]."
|
||||||
|
|
||||||
/datum/text_parser/keyword/yes
|
/datum/text_parser/keyword/yes
|
||||||
process(object)
|
process(object)
|
||||||
|
|||||||
Reference in New Issue
Block a user