Skip to content

Commit

Permalink
Update tuesday.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive authored Aug 30, 2024
1 parent d117991 commit f78e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ function name_block_update(){
}
}
if(arr_dialog.variables){
for(var i=0;i < arr_dialog.variables.length;i++){
for(let i=0;i < arr_dialog.variables.length;i++){
let choice_n=arr_dialog.variables[i][0]
if(arr_dialog.variables[i][1] == "add"){
story_json.parameters.variables[choice_n] += arr_dialog.variables[i][2];
Expand Down

0 comments on commit f78e83c

Please sign in to comment.