Skip to content

Instantly share code, notes, and snippets.

View MrZisidis's full-sized avatar
🏫
learning and teaching

Stefanos Zisidis MrZisidis

🏫
learning and teaching
  • St. Catherine's British School
  • Athens, Greece
View GitHub Profile
let messages = 0;
let choices = 0;
let lines = 0;
let characters = 0;
function readConstants(sheet)
{
messages = parseInt(sheet.getRange("B2").getDisplayValues());
choices = parseInt(sheet.getRange("B3").getDisplayValues());
lines = parseInt(sheet.getRange("B4").getDisplayValues());