Skip to content

Instantly share code, notes, and snippets.

View nebula2's full-sized avatar
😐
I am very slow with responding.

Jack nebula2

😐
I am very slow with responding.
View GitHub Profile
@nebula2
nebula2 / TT2MasterGSImport.js
Created January 7, 2019 19:59
The result of some boredom.
//Imports tt2master small export string
//Change variables according to your locations
function tt2MasterImport() {
var sheetname = "Input"; //sheet name for input
var artRow = 2; //starting row for artifact input
var artKeyCol = 1; //column for artifact key
var artValCol = 2; //column for artifact value
var spRow = 2; //starting row for skill input
var spKeyCol = 3; //column for skill key