fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e016052309 - Show all commits

View file

@ -212,7 +212,7 @@ export class GBVMService extends GBService {
return `${$1} = hear("menu", ${$2})`;
});
code = code.replace(/(hear on)(\s)(.*)/gi, ($0, $1, $2, $3) => {
code = code.replace(/(go to)(\s)(.*)/gi, ($0, $1, $2, $3) => {
return `sys().gotoDialog(${$3})\n`;
});