LOL NO xD
----
Oh ya, and btw - did you forget you dissed me?
#include <iostream>
#include <windows.h> using namespace std; class Kboy() { public: void JoinGame2() { cout<<"Meep."<<"\n"; return; }; }; class Aisu() { public: double health; double strength; double defense; void JoinGame() { cout<<"MeeeEEEOOOW!"<<"\n"; cout<<"Sword Art Online :/"<<"\n"; return; }; }; int main() { Aisu A; Kboy K; A.health=9999999999.99; A.strength=9999999999.99; A.defense=9999999999.99; A.JoinGame(1); K.health=1.00; K.strength=1.00; K.defense=1.00; K.JoinGame2(1); //:D } //I didn't forget about you Kboy33. |
In response to Kboy33
|
|
hai :D and whats ETA?Q_Q
|
None as of yet. Haven't worked on it for a while - Have to do a BYOND Project for school, as it's a main priority~
|
Yo! I really hope this game comes back soon I loved it and I wanna play more.Best of luck to you.
|
Do you already know when this game is going online? I really want to play it! :s
|
there is no estimated time/date for this game to be opened up. Kboy has school stuff to do and it'd be unfair of us to expect him to prioritize us and this game over his education.
that being said im hoping this game becomes available soon myself.. its a shame theres no progress on it at the moment.. |
In response to KamizuraKun
|
|
KamizuraKun wrote:
there is no estimated time/date for this game to be opened up. Kboy has school stuff to do and it'd be unfair of us to expect him to prioritize us and this game over his education. Thank You ^^ |
Update: I'm currently working on slashing states for the base. It's taking a bit of time but ^^. After that I'll work on quests, mapping the rest of the first floor and Skills.
|
#include <windows.h>
using namespace std;
class Aisu()
{
public:
double health;
double strength;
double defense;
void JoinGame()
{
cout<<"MeeeEEEOOOW!"<<"\n";
cout<<"Sword Art Online :/"<<"\n";
return;
};
};
int main()
{
Aisu A;
A.health=9999999999.99;
A.strength=9999999999.99;
A.defense=9999999999.99;
A.JoinGame(1);
//:D
}