Imgflip Logo Icon

Welcome to Downtown Coolsville

Welcome to Downtown Coolsville | When you have a short username that doesn't have any periods: | image tagged in welcome to downtown coolsville | made w/ Imgflip meme maker
94 views 8 upvotes Made by illu_ 2 years ago in MS_memer_group
Welcome to Downtown Coolsville memeCaption this Meme
5 Comments
1 up, 2y
Periods are cool.
0 ups, 2y
Yes
[deleted] M
0 ups, 2y
damn it
if (con == 0)
{
draw_set_color(c_white)
scr_setfont(fnt_main)
scr_drawtext_icons_multiline(120, 50, scr_gettext("soundtest_welcome"), 2) // Welcome to the Sound Test!#Listen to all your favorites.#Press Left or Right to select.#Press \*Z to play a song.#
buffer += 1
if (buffer >= 20)
{
if control_check_pressed(0)
{
buffer = -10
con = 1
songno = 0
audio_play_sound(mus_st_happytown, 50, true)
}
}
}
if (con == 1)
{
draw_set_color(c_white)
scr_drawtext_centered_scaled(320, 50, scr_gettext("soundtest_title"), 2, 2) // SOUND TEST
if (songno == 0)
{
if audio_is_playing(mus_st_happytown)
draw_set_color(c_yellow)
else if (control_check_pressed(0) && gaster == 0)
{
audio_stop_all()
audio_play_sound(mus_st_happytown, 50, true)
}
scr_drawtext_centered(320, 200, scr_gettext("soundtest_track_happytown")) // Happy Town
}
if (songno == 1)
{
if audio_is_playing(mus_st_meatfactory)
draw_set_color(c_yellow)
else if (control_check_pressed(0) && gaster == 0)
{
audio_stop_all()
audio_play_sound(mus_st_meatfactory, 50, true)
}
scr_drawtext_centered(320, 200, scr_gettext("soundtest_track_meatfactory")) // Meat Factory
}
if (songno == 2)
{
if audio_is_playing(mus_st_troubledingle)
draw_set_color(c_yellow)
else if (control_check_pressed(0) && gaster == 0)
{
audio_stop_all()
audio_play_sound(mus_st_troubledingle, 50, true)
}
scr_drawtext_centered(320, 200, scr_gettext("soundtest_track_troubledingle")) // Trouble Dingle
}
if (songno == 3)
{
if audio_is_playing(mus_st_him)
draw_set_color(c_yellow)
else if (control_check_pressed(0) && gaster == 0)
{
gaster = 1
audio_stop_all()
audio_play_sound(mus_st_him, 50, true)
}
scr_drawtext_centered(320, 200, scr_gettext("soundtest_track_him")) // Gaster's Theme
}
buffer += 1
if (keyboard_check_pressed(vk_left) && buffer > 0 && active_l < 0)
{
if (gaster == 0)
{
songno += 1
if (songno > 3)
songno = 0
active_l = 10
}
else
{
active_l = 2
songno -= 1
[deleted]
0 ups, 2y
periods are c o o l
Welcome to Downtown Coolsville memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
When you have a short username that doesn't have any periods: