Lets balance things a little.
Heal
Hurt nitrogenfingers
AfterLifeLochie: 8
Cloudy: 10
dan200: 11
MysticT: 6 (+1)
nitrogenfingers: 9 (-2)
theoriginalbit: 6
There have been 177 items by MysticT (Search limited from 10-February 22)
Posted by
MysticT
on 04 July 2013 - 04:32 PM
in
Forum Games
Posted by
MysticT
on 03 July 2013 - 09:41 AM
in
Ask a Pro
Posted by
MysticT
on 02 July 2013 - 07:56 PM
in
Ask a Pro
theoriginalbit, on 02 July 2013 - 07:24 PM, said:
Posted by
MysticT
on 01 July 2013 - 07:53 AM
in
Forum Games
Posted by
MysticT
on 30 June 2013 - 06:41 PM
in
General
KingOfNoobs, on 30 June 2013 - 06:05 PM, said:
MysticT, on 30 June 2013 - 05:55 PM, said:
KingOfNoobs, on 30 June 2013 - 03:11 PM, said:
table = {"hi", "dude", "hello"}
for i,v in ipairs(table) do
write(v)
if i < #table then write(", ") end
end
I hope you can find and fix the bug!
Posted by
MysticT
on 30 June 2013 - 05:55 PM
in
General
KingOfNoobs, on 30 June 2013 - 03:11 PM, said:
table = {"hi", "dude", "hello"}
for i,v in ipairs(table) do
write(v)
if i < #table then write(", ") end
end
I hope you can find and fix the bug!
Posted by
MysticT
on 28 June 2013 - 09:34 PM
in
General
Posted by
MysticT
on 27 June 2013 - 11:21 AM
in
Ask a Pro
Pharap, on 27 June 2013 - 03:22 AM, said:
Posted by
MysticT
on 26 June 2013 - 12:00 PM
in
Ask a Pro
Pharap, on 26 June 2013 - 08:18 AM, said:
Pharap, on 26 June 2013 - 08:18 AM, said:
Posted by
MysticT
on 25 June 2013 - 08:41 PM
in
Ask a Pro
Pharap, on 25 June 2013 - 06:59 PM, said:
Pharap, on 25 June 2013 - 06:59 PM, said:
Posted by
MysticT
on 25 June 2013 - 03:54 PM
in
General
tonkku107, on 25 June 2013 - 12:45 PM, said:
ShadowedZenith, on 25 June 2013 - 08:24 AM, said:
Posted by
MysticT
on 24 June 2013 - 02:03 PM
in
Ask a Pro
local input
local function getInput()
print("Type something:")
input = read()
end
local function getMouseInput()
while true do
local evt, btn, x, y = os.pullEvent("mouse_click")
break -- stop the loop when we get a mouse click
end
end
parallel.waitForAny(getInput, getMouseInput)
term.clear()
term.setCursorPos(1, 1)
if input then
print("Your input: ", input)
else
print("You clicked the screen!")
end
Posted by
MysticT
on 24 June 2013 - 11:42 AM
in
Forum Games
Posted by
MysticT
on 24 June 2013 - 09:33 AM
in
Ask a Pro
Posted by
MysticT
on 23 June 2013 - 05:47 PM
in
Ask a Pro
local input
local function getInput()
print("Type something:")
input = read()
end
local function getMouseInput()
while true do
local evt, btn, x, y = os.pullEvent("mouse_click")
-- Handle the mouse click here
end
end
parallel.waitForAny(getInput, getMouseInput)
Posted by
MysticT
on 17 June 2013 - 05:52 PM
in
Ask a Pro
Posted by
MysticT
on 15 June 2013 - 01:55 PM
in
Ask a Pro
Posted by
MysticT
on 09 June 2013 - 04:24 PM
in
APIs and Utilities
bunny365, on 09 June 2013 - 02:35 PM, said:
C:\Users\silly_000\Downloads>java -jar launcher.jar no main manifest attribute, in launcher.jar
java -cp ./ccdesk.jar net.deskcc.web.DesktopAppletProxy
Posted by
MysticT
on 07 June 2013 - 02:42 PM
in
APIs and Utilities
cheetah, on 07 June 2013 - 01:07 PM, said:
Posted by
MysticT
on 30 April 2013 - 02:55 PM
in
Forum Games
