-
【 JS 基本語法 】 定義變數(shù) → var x = 2
輸出資料 → console.log(x)
條件判定 → if (...) {...} else {...}
【 RM 內(nèi)建語法 】
遊戲中 n 開關(guān)的值 → $gameSwitches.value(n)
遊戲中 n 變數(shù)的值 → $gameVariables.value(n)
把 n 開關(guān)打開 → $gameSwitches.setValue(n, true)
把 n 變數(shù)的數(shù)值變成 10 → $gameVariables.setValue(n, 10)