Originally Posted by
Kookoo11
public void Panda() {
if(Panda == sad) {
hug();
}
else {
strangle();
}
}
-----
Don't wish for something 
-----
fokin friend me on club penguin m8
That's some nice coding, however pretty sure "hug" and "strangle" aren't real commands. And also are the two "=" necessary. Oh and never wrap an if statement in brackets, use quotes (You're gonna say that you're using JDK or C++ and I'll be like "shit")
Public class
private sub form1.load
dim gofuckyourself as boolean
dim mood as object
mood = today.text
if mood = "shit" then
gofuckyourself = true
else
gofuckyourself = false
end sub
end class
Last edited by RedPanda; Dec 3, 2014 at 01:35 AM.