- ComputerCraft | Programmable Computers for Minecraft
- → Felype's Content
Felype's Content
There have been 52 items by Felype (Search limited from 10-February 22)
#179721 Word chain
Posted by
Felype
on 20 May 2014 - 11:46 PM
in
Forum Games
#175967 Guess Who's Below
Posted by
Felype
on 30 April 2014 - 07:34 PM
in
Forum Games
_gjkf_
#175966 Hurt/Heal Top Twenty Posters
Posted by
Felype
on 30 April 2014 - 07:31 PM
in
Forum Games
Bubba: 11
Cloudy: 11
Cranium: 10
Dlcruz129: 10
Engineer: 10
KaoS: 11
Kingdaro: 10
Luanub: 6 (+1)
MysticT: 10
oeed: 3(-2)
Orwell: 12
Sammich Lord: 9
SuicidalSTDz: 9
theoriginalbit: 10
Tiin57: 6
#170939 [CC 1.6] CoderCraft
#161215 Forum Suggestions
Posted by
Felype
on 19 January 2014 - 09:40 PM
in
Forum Discussion
Lyqyd, on 19 January 2014 - 08:50 PM, said:
#161208 Forum Suggestions
Posted by
Felype
on 19 January 2014 - 08:05 PM
in
Forum Discussion
About Desktop Notifications i've already seen a lot of sites that use desktop notifications without plugins
And about the forums a map and textures forums will be more "organizated"
#161197 Forum Suggestions
Posted by
Felype
on 19 January 2014 - 06:00 PM
in
Forum Discussion
-Maps Forum (theres no forum for maps here,and i doing a map and dont know where to post it.)
-Textures Forum
And i got some random suggestions too:
-Chat (will be cool a place to talk with other users.)
-Desktop Notifications Support(it will be cool too,when anyone post in your topic a desktop notification pop-up)
Ok this has my simple suggestions.
#161100 if question.
Posted by
Felype
on 18 January 2014 - 07:18 PM
in
Ask a Pro
theoriginalbit, on 18 January 2014 - 10:43 AM, said:
--I will not create a cool screensaver in this code this code is only to show what i know.
repeat
term.clear()
print("O ")
sleep(2)
term.clear()
print(" O")
until
--I Dont know where to put this \/
while true do
local event, param = os.pullEvent()
if event == "L"
os.shutdown()
end
end
#161002 if question.
Posted by
Felype
on 17 January 2014 - 10:17 PM
in
Ask a Pro
theoriginalbit, on 17 January 2014 - 10:09 PM, said:
write("Senha: ")
a = read()
if a == "random" then
print("mensage")
if a == "random2" then
print("potato")
end
else
print("Bye bye")
sleep(2)
os.shutdown()
end
what you meant to do was make the next check an elseif
write("Senha: ")
a = read()
if a == "random" then
print("mensage")
elseif a == "random2" then
print("potato")
else
print("Bye bye")
sleep(2)
os.shutdown()
end
#161000 if question.
Posted by
Felype
on 17 January 2014 - 09:59 PM
in
Ask a Pro
If i type random2 it runs the else code.
write("Senha: ")
a = read()
if a == "random" then
print("mensage")
if a == "random2" then
print("potato")
end
else
print("Bye bye")
sleep(2)
os.shutdown()
end
#160983 Does anyone know a FTP Program?
Posted by
Felype
on 17 January 2014 - 07:31 PM
in
General
lukeplechaty, on 11 January 2014 - 12:44 PM, said:
#159693 My OS
Posted by
Felype
on 07 January 2014 - 08:58 PM
in
General
oeed, on 07 January 2014 - 08:45 PM, said:
Felype, on 07 January 2014 - 08:37 PM, said:
As with everything, but especially with OSs, attention to detail is vital. The best programs and OSs are the ones which the creator has put the most time and care in to. For example, I started my current OS in about mid-Novemeber and I've spent a good portion of my free time on it. As a result I feel that it's very solid and far better than my previous OS. Anyway, enough plugging. Have fun!
- ComputerCraft | Programmable Computers for Minecraft
- → Felype's Content


