EroticDevelopment / GuideMe

An interactive story viewer
MIT License
9 stars 4 forks source link

JavaScript function quoting bug #19

Closed EroticDevelopment closed 2 years ago

EroticDevelopment commented 3 years ago

If a JavaScript function such as addResponse("Yep, this is a response (duh)", 20) is used, the comma in the quoted argument ends the first argument, and the parenthesis ends the function call. It seems like argument quoting is largely broken.