jy2008

Results 3 issues of jy2008

``` $('#calx_form').calx({ data : { B1 : {value: '100'}, B2 : {value: '200'}, B3 : {formula: 'B1+B2'}, B4 : {formula: 'B3^2'} } }); ``` for above script, can i revise...

{name}++ is not working. i am pretty sure the script is installed. when i do `hubot>what is the score of b`, it returns with `b has 0 points`.

Hi, If i intend to change script to add/subtract a input number of score by user, i probably will have to define a change of score, then pretty much the...