06-18-2013, 05:26 AM
A Etho joke: (Relates to him coding in computercraft)
Code:
rain = 0
etho = 1
if etho == 1 then
rain = rain + 1
end
if rain == 1 then
print("You: DAMNIT ETHO!")
print("Etho: Sorry, it seems to always rain when I code")
end
sleep(4)
rain = rain - 1
print("You: Good, its gone.")
end