Maybe 3-4 hours. Soon as I go to college and don't have parents saying 'DO YOUR CHORES! STUDY!' etc., alot more. <__<
z-man said:if(isSchoolWeek){
int timeSpentOnline = 7; //hours
}
else if (isSummer&&amDoingSomething){
int timeSpentOnline = 5; //hours
}
else if (isSummer&&!amDoingSomething){
int timeSpentOnline = 11; //hours
}
else if (!isSummer && !isSchoolWeek){
int timeSpentOnline = 14; //hours
}
If you don't speak computer, if its a school week, I spend about 7 hours online. If its summer and I have something to do, I spend about 5 hours online. If it is summer and I have nothing to do, I spend about 11 hours online. Finally, if its not summer or a school week, I spend 14 hours online.
omahanime said:4 hours?
dragonpokemonpwn said:24 hours. Probably something like that, I'm not kidding. If I actually feel like doing my homework, then probably 10 hours.
dragonpokemonpwn said:^Nope I don't sleep.I said it something around 24 hours xP
on $*:text:*:#PokeBeach.com: {
if ($strip($1) == !computertime) {
if ($nick == Wariopower) && ($time == SchoolYear) {
.timer 1 1 msg $chan I usually spend a few hour on the internet doing PokeBeach, other sites, and stuff for school. Generally it doesn't get too out of control but when it does... oh boy. Like you see here I also like to script a lot so that takes up a good half hour or so.
}
elseif ($time == Summer) {
.timer 1 1 msg $chan There are also some days I don't do any computer because I'm on a vacation or it's really nice outside! ^_^;
}
else {
.timer 1 1 msg $chan Wheeeeeeeee.
}
}
}