MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / randDialogue

Function randDialogue

scripts/botDialogues.js:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32};
33
34var randDialogue = function() {
35 var dialogue = [];
36 dialogue.push({"emote": "wiggle", "speak": randText()});
37 dialogue.push({"speak": randText()});
38 dialogue.push({"speak": randText()});
39 return dialogue;
40}
41
42botDialogues.slider = [
43 {

Callers

nothing calls this directly

Calls 1

randTextFunction · 0.85

Tested by

no test coverage detected