(set: $text1 to "this can’t be [[right->whyislinkded]]…")
(set: $char to 1)
(set: $maxChars to (length of $text1))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel1Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">On3ko:</span> [(substring: $text1, 1, $char)]</div>
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "nope, not here....")
(set: $text2 to "i haven't seen a forum post in ages :(")
(set: $text3 to "let's try [[somewhere else->missing gif 2]]...")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2) + (length of $text3))
{<div id="chatbox">
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
(if: $char > (length of $text1) + (length of $text2))[
(set: $char3 to $char - ((length of $text1) + (length of $text2)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text3, 1, (min: $char3, (length of $text3)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div> }(set: $text1 to "I’ve hotlinked that cat so many times…. It’s gotta b around here [[somewhere->missing gif 2]]!!!")
(set: $char to 1)
(set: $maxChars to (length of $text1))
{<div id="chatbox">
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, $char)]</div>
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "aha!, that link looks [[familiar!->404]]!")
(set: $char to 1)
(set: $maxChars to (length of $text1))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel%203%20Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">On3ko:</span> [(substring: $text1, 1, $char)]</div>
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "wait.. i can't find it!!")
(set: $text2 to "\"Dammit! That wuz my fav!!11!!!\"")
(set: $text3 to "\"Where’d it even go????\"")
(set: $text4 to "\"@emon3ko, have you seen my [[gif->missing gif 2]]?!1\"")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2) + (length of $text3) + (length of $text4))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel%201%20Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
(if: $char > (length of $text1) + (length of $text2))[
(set: $char3 to $char - ((length of $text1) + (length of $text2)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text3, 1, (min: $char3, (length of $text3)))]</div>
]
(if: $char > (length of $text1) + (length of $text2) + (length of $text3))[
(set: $char4 to $char - ((length of $text1) + (length of $text2) + (length of $text3)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text4, 1, (min: $char4, (length of $text4)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $step to 0)
(set: $text1 to "No, not in teh last <1090912657>... why? Does it really matter that much?.")
(set: $text2 to "Yes it does!1! Have u ever seen such a cute cat???")
(set: $text3 to "okay.... well....")
(set: $text4 to "it might be in the [[forum archives->forum archives]]? or maybe i hotlinked it in the [[guestbook->guestbook]]????")
(set: $text5 to "worst case scenario we can check the [[thumbnail cache->thumbnail cache]]")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2) + (length of $text3) + (length of $text4) + (length of $text5))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel3Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
(if: $char > (length of $text1) + (length of $text2))[
(set: $char3 to $char - ((length of $text1) + (length of $text2)))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text3, 1, (min: $char3, (length of $text3)))]</div>
]
(if: $char > (length of $text1) + (length of $text2) + (length of $text3))[
(set: $char4 to $char - ((length of $text1) + (length of $text2) + (length of $text3)))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text4, 1, (min: $char4, (length of $text4)))]</div>
]
(if: $char > (length of $text1) + (length of $text2) + (length of $text3) + (length of $text4))[
(set: $char5 to $char - ((length of $text1) + (length of $text2) + (length of $text3) + (length of $text4)))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text5, 1, (min: $char5, (length of $text5)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}
(set: $text1 to "\"wutz up internet peeps!!!!\"")
(set: $text2 to "\"welcom 2 my [[EPIC INTRO VLOG!!!!->on3ko's introduction 3]]!!!!\"")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel%201%20Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "“my name is ON3KO and i LUV TEH WEB!!!”")
(set: $text2 to "“and punk musik!!!!”")
(set: $text3 to "“and flash games!!”")
(set: $text4 to "“and skating!!!!!!”")
(set: $text5 to "“oh, and here's my favorite [[cat gif->missing gif 1]]!\"")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2) + (length of $text3) + (length of $text4) + (length of $text5))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel%203%20Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
(if: $char > (length of $text1) + (length of $text2))[
(set: $char3 to $char - ((length of $text1) + (length of $text2)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text3, 1, (min: $char3, (length of $text3)))]</div>
]
(if: $char > (length of $text1) + (length of $text2) + (length of $text3))[
(set: $char4 to $char - ((length of $text1) + (length of $text2) + (length of $text3)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text4, 1, (min: $char4, (length of $text4)))]</div>
]
(if: $char > (length of $text1) + (length of $text2) + (length of $text3) + (length of $text4))[
(set: $char5 to $char - ((length of $text1) + (length of $text2) + (length of $text3) + (length of $text4)))
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text5, 1, (min: $char5, (length of $text5)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "there's a lot of cached files [[here->looks familiar]]...")
(set: $char to 1)
(set: $maxChars to (length of $text1))
{<div id="chatbox">
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, $char)]</div>
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}(set: $text1 to "It wuz just here yesterday! Why is the link ded!")
(set: $text2 to "Maybe it was just it’s time. You’ve had that thing for like 10 years now...")
(set: $text3 to "i'll tell you what, why don't we [[make a new one?->paint]]")
(set: $char to 1)
(set: $maxChars to (length of $text1) + (length of $text2) + (length of $text3))
{<div id="chatbox">
<img src="https://github.com/disukomusic/cdn/blob/main/Panel4Render.png?raw=true" width=256px>
|chatboxText>[]
(live: 0.01s)[
(if: $char < $maxChars)[
(set: $char to it + 1)
(replace:?chatboxText)[
<div class="message"><span class="username username-on3ko">on3ko:</span> [(substring: $text1, 1, (min: $char, (length of $text1)))]</div>
(if: $char > (length of $text1))[
(set: $char2 to $char - (length of $text1))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text2, 1, (min: $char2, (length of $text2)))]</div>
]
(if: $char > (length of $text1) + (length of $text2))[
(set: $char3 to $char - ((length of $text1) + (length of $text2)))
<div class="message"><span class="username username-emon3ko">emon3ko:</span> [(substring: $text3, 1, (min: $char3, (length of $text3)))]</div>
]
]
]
(if: $char >= $maxChars)[
(stop:) <!-- Stops the loop once all text is revealed -->
]
]
</div>}<iframe src="https://jspaint.app" width="640px" height="480px" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"
style="top: 100px; left:500px"
></iframe>
[[Replay->on3ko's introduction 2]]