-
Posts
492 -
Joined
-
Last visited
Content Type
Profiles
News
Forums
Blogs
Gallery
Events
Everything posted by KyL
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
OH no I forgot I won't be able to make it to the imaginary pool party today, I have a job interview at 3 so Mordred is there in spirit as the chief lifeguard, ok? -
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
sorry that was a bit confusing... I can work on a code and see if it will work on here, I just gotta get my sister who actually is good at it @bruh -
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
<div id="clock"> /* Google font */ @import url('https://fonts.googleapis.com/css?family=Orbitron'); body { background-color: #121212; } #clock { font-family: 'Orbitron', sans-serif; color: #66ff99; font-size: 56px; text-align: center; padding-top: 40px; padding-bottom: 40px; } </div> <div> function currentTime() { var date = new Date(); /* creating object of Date class */ var hour = date.getHours(); var min = date.getMinutes(); var sec = date.getSeconds(); } </div> function currentTime() { hour = updateTime(hour); min = updateTime(min); sec = updateTime(sec); } function updateTime(k) { if (k < 10) { return "0" + k; } else { return k; } } document.getElementById("clock").innerHTML = hour + " : " + min + " : " + sec; /* adding time to the div */ function currentTime() { var t = setTimeout(function(){ currentTime() }, 1000); /* setting timer */ } currentTime(); /* calling currentTime() function to initiate the process */ So you'd want it something like that, but change out the getHours() and add more divs to seperate them (you can never have enough) -
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
-
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
I've never actually read any brandon sanderson books so sorry I don't know real anatomy -
the fellowship of the thing The Mishmash Inn (Retired)
KyL replied to Channelknight Fadran's topic in Roleplaying
Literally too much zinc leads to not enough copper which can lead to death don't go chugging zinc bottles, kids -
“It means exactly that. I am really just a spirit, Herate woke when she summoned me. Her catalyst (a shard of the weapon that killed me in life, I believe) along with her magic created my body and her will bound me to this world. I dunno if that makes sense, there’s a few more minor details but those just make explaining more complicated, so I’ll leave them out. But yeah, that’s pretty much it.”
