Changing Auto tele

Is there a way to change when I hit the chaos sanctuary that if I hit number pad 3, instead of it going to star, to change it to hit seis seal, and then tele down to infector seal and make a town portal?

Looks like I found the script under mapthread, but not sure how to change it as I do not understand what 2, 255 is representing.

		case 108: // Chaos Sanctuary
			unit = getPresetUnit(me.area, 2, 255);
			name = "Star";

then I found under the rusher thread

	if (this.seisLayout === 1) {
		Pather.moveTo(7771, 5196);
	} else {
		Pather.moveTo(7798, 5186);
	}

	if (!this.getBoss(getLocaleString(2852))) {
		throw new Error("Failed to kill de Seis");
	}

	if (!this.openSeal(392) || !this.openSeal(393)) {
		throw new Error("Failed to open seals");
	}

	if (this.infLayout === 1) {
		delay(1);
	} else {
		Pather.moveTo(7928, 5295); // temp
	}

	if (!this.getBoss(getLocaleString(2853))) {
		throw new Error("Failed to kill Infector");
	}

	Pather.moveTo(7763, 5267);
	Pather.makePortal();
	Pather.moveTo(7727, 5267);
	say("1")