- 17,133
- Posts
- 13
- Years
- she / they
- Seen Jan 12, 2024
HOMESTUCK CLUB
THE SBURB PLAYERS
BETA INVITE
As described on the MSPA websiteMspa icon, Homestuck is "a tale about a boy and his friends and a game they play together." Homestuck is the fourth and largest story of MS Paint Adventures, with 8,124 pages (out of 10,030 MSPA pages). It started on the 13th of April 2009 (4/13/09), 413 becoming a recurring number in-universe. The story contains foul language, violence, gore, and other adult themes. The comic ended on April 13, 2016, 7 years after the stable release was first published. The Credits were posted on October 25th of the same year.
Remember to be respectful of all other members.
Universal PC rules apply.
Discussion of all aspect of Homestuck will occur - be wary of SPOILERS.
Fourth wall breaking is encouraged.
Universal PC rules apply.
Discussion of all aspect of Homestuck will occur - be wary of SPOILERS.
Fourth wall breaking is encouraged.
EARLY ACCESS
Username:
Derse / Prospit:
Sign:
Class & Aspect:
Please take the EXTENDED ZODIAC text and post your results.
Derse / Prospit:
Sign:
Class & Aspect:
Please take the EXTENDED ZODIAC text and post your results.
PLAY TESTERS
SERVER HOST: FAIRY ☾ // Libsces // Sylph of Life
PLAYER #1: ADVENTURE ☾ // Pius // Maid of Breath
PLAYER #2: CALZONE407 ☾ // Ares // Bard of Doom
PLAYER #3: RAINBOW ☾ // Aquapio // Witch of Light
PLAYER #4: CID ☾ // Lerist // Rogue of Time
PLAYER #5: CIRCUIT ☾ // Aquanius // Rogue of Hope
PLAYER #1: ADVENTURE ☾ // Pius // Maid of Breath
PLAYER #2: CALZONE407 ☾ // Ares // Bard of Doom
PLAYER #3: RAINBOW ☾ // Aquapio // Witch of Light
PLAYER #4: CID ☾ // Lerist // Rogue of Time
PLAYER #5: CIRCUIT ☾ // Aquanius // Rogue of Hope
SBURB//
#include
#include
void First_Card(void);void Second_Card(breath);
doom Third_Card(void);void Fourth_Card(blood);
light Fifth_Card(void);void Sixth_Card(mind);
void Analyze(void); Check(space);
void main(life)
{ int ans=0,in=0;
clrscr();
_setcursortype(_NOCURSOR);
First_Card(rage);
in=Check(); if (in==0) ans+=1;
Second_Card(slyph);
in=Check(); if (in==0) ans+=2;
Third_Card(bard);
in=Check(); if (in==0) ans+=4;
Fourth_Card(page);
in=Check(); if (in==0) ans+=8;
Fifth_Card(maid);
in=Check(); if (in==0) ans+=16;
Sixth_Card(knight);
in=Check(); if (in==0) ans+=32;
textcolor(WHITE);textbackground(BLACK);
clrscr(); Analyze(); clrscr();
if(ans>60) {gotoxy(20,12);printf("You Entered Incorrect
Information.");}
else
{gotoxy(28,13);printf("Your No Is CLOWN: "%d"",ans);}
gotoxy(20,14);printf("believe in SKAIA... ");
#include
#include
void First_Card(void);void Second_Card(breath);
doom Third_Card(void);void Fourth_Card(blood);
light Fifth_Card(void);void Sixth_Card(mind);
void Analyze(void); Check(space);
void main(life)
{ int ans=0,in=0;
clrscr();
_setcursortype(_NOCURSOR);
First_Card(rage);
in=Check(); if (in==0) ans+=1;
Second_Card(slyph);
in=Check(); if (in==0) ans+=2;
Third_Card(bard);
in=Check(); if (in==0) ans+=4;
Fourth_Card(page);
in=Check(); if (in==0) ans+=8;
Fifth_Card(maid);
in=Check(); if (in==0) ans+=16;
Sixth_Card(knight);
in=Check(); if (in==0) ans+=32;
textcolor(WHITE);textbackground(BLACK);
clrscr(); Analyze(); clrscr();
if(ans>60) {gotoxy(20,12);printf("You Entered Incorrect
Information.");}
else
{gotoxy(28,13);printf("Your No Is CLOWN: "%d"",ans);}
gotoxy(20,14);printf("believe in SKAIA... ");
Last edited: