-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmyscript.js
More file actions
83 lines (68 loc) · 1.32 KB
/
myscript.js
File metadata and controls
83 lines (68 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
function init()
{
alert("JS is set up correctly");
//This is were we can set up variables to be used throughout the project
localStorage.seeds = 0;
localStorage.turns = 0;
}
//TODO Add param. Add event listener to button
function loadPage()
{
window.location.href = "Caeli1.html";
}
function loadFail1()
{
window.location.href = "fail.html";
}
function loadCaeli2()
{
window.location.href = "Caeli2.html";
}
function loadWasteland1()
{
window.location.href = "Wasteland1.html";
}
function loadCaeliThreat()
{
window.location.href = "CaeliThreat.html"
}
function loadTellFail()
{
window.location.href = "CaeliTellFail.html"
}
function loadTellPass()
{
window.location.href = "CaeliTellPass.html"
}
function loadCaeliTell()
{
window.location.href = "CaeliTell.html"
}
function loadCaeliLife()
{
window.location.href = "CaeliLife.html"
}
function loadCaeliHelp()
{
window.location.href = "CaeliHelp.html"
}
function loadCaeliFix()
{
window.location.href = "CaeliFix.html"
}
function loadCaeliCarl()
{
window.location.href = "CaeliCarl.html"
}
function loadCaeliAgnes()
{
window.location.href = "CaeliAgnes.html"
}
function loadCaeliKatherine()
{
window.location.href = "CaeliKatherine.html"
}
function loadCaeliLie()
{
window.location.href = "CaeliLie.html"
}