aichaos / rivescript-js

A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com/
MIT License
377 stars 145 forks source link

Demo BUG: www.rivescript.com/try stopped counting #381

Closed j2l closed 1 year ago

j2l commented 2 years ago

image

I think because of https://github.com/aichaos/rivescript-js/blob/0cb33d30868be631dfec6df0c604f32879c9c222/src/brain.js#L72 should be let result = Number(existingNumber + value); right?