Viewing profile - OnchoPoncho

User avatar
Newbie
Username:
OnchoPoncho
Groups:

Contact OnchoPoncho

PM:
Send private message

User statistics

Joined:
Sun Feb 12, 2012 8:35 pm
Last active:
Fri May 20, 2022 2:13 am
Total posts:
11 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)
Most active forum:
Old Threads (– September 2014)
(7 Posts / 63.64% of user’s posts)
Most active topic:
Leave the Room [puzzle][escape]
(2 Posts / 18.18% of user’s posts)

Signature

Code: Select all

public void thingsILikeToDo(){
	if(!haveWork) { //never runs for some reason
		this.draw();
		this.bake();
		this.sleep();
	}
	else
		this.sleep(); //probably why haveWork is always true
}