()
| 32 | }; |
| 33 | |
| 34 | var 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 | |
| 42 | botDialogues.slider = [ |
| 43 | { |
nothing calls this directly
no test coverage detected