【解決済】Uncaught TypeError: cannot read property value of null
Posted: 2017年9月18日(月) 23:23
以下のエラーが出ます。
下記の両方の変数操作が原因です。
何が悪いのでしょうか?
Uncaught TypeError: cannot read
property value of null
wrk=$gameVariables.value(ChangeResolution_Variables_flg_NO);
$gameVariables.setValue(ChangeResolution_Variables_w_NO,320);
下記の両方の変数操作が原因です。
何が悪いのでしょうか?
Uncaught TypeError: cannot read
property value of null
wrk=$gameVariables.value(ChangeResolution_Variables_flg_NO);
$gameVariables.setValue(ChangeResolution_Variables_w_NO,320);