- ComputerCraft | Programmable Computers for Minecraft
- → Wolvan's Content
Wolvan's Content
There have been 375 items by Wolvan (Search limited from 10-February 22)
#29837 [API] [OS] Windows-Style Computers! (update)
Posted by
Wolvan
on 04 September 2012 - 07:02 PM
in
APIs and Utilities
#29014 Menu, Scrollable!
Posted by
Wolvan
on 01 September 2012 - 01:37 PM
in
APIs and Utilities
Just change:
local MenuStuff = {...}
local first = table.remove(MenuStuff, 1)
local second = table.remove(MenuStuff, 1)
local Scrolled = 1
local DownDown = 0
tolocal Parameters = {...}
local MenuStuff = nil
local first = Parameters[1]
local second = Parameters[2]
if type(Parameters[3]) == string or type(Parameters[3]) == "string" then
local temptable = Parameters
table.remove(temptable, 1)
table.remove(temptable, 1)
MenuStuff = temptable
else
MenuStuff = Parameters[3]
end
I also created a 2nd function which returns the selected index by changing
return MenuStuff[Scrolled]to
return Scrolled
#28997 [API] [OS] Windows-Style Computers! (update)
Posted by
Wolvan
on 01 September 2012 - 12:22 PM
in
APIs and Utilities
#28993 Menu, Scrollable!
Posted by
Wolvan
on 01 September 2012 - 12:08 PM
in
APIs and Utilities
Is there maybe a way so it returns the chosen ID? I will make it myself it was just an idea what you can add
#28990 [1.31] Redstone-Event Extension
Posted by
Wolvan
on 01 September 2012 - 11:48 AM
in
APIs and Utilities
#28989 RedVar
Posted by
Wolvan
on 01 September 2012 - 11:43 AM
in
APIs and Utilities
#28985 LyqydNet Rednet API
Posted by
Wolvan
on 01 September 2012 - 11:07 AM
in
APIs and Utilities
#28982 RedVar
Posted by
Wolvan
on 01 September 2012 - 10:53 AM
in
APIs and Utilities
#18584 [MC 1.4.6/1.4.7][CC 1.48/1.481][SP/MP]Operator Panel is back(need bukkit porter)
Posted by
Wolvan
on 10 July 2012 - 10:22 AM
in
Peripherals and Turtle Upgrades
#18199 [Tekkit] The Plague Corporation
Posted by
Wolvan
on 07 July 2012 - 10:59 AM
in
Media
The sides have different priorities as far as I know. Just put a disk in the a drive of the highest prioritie, copy your startup scripts on the disk/Make a startup on the disk that launches the startup on the PC and you are good to go
#17676 sencenter - Overview of your sensors! (uses ccSensors)
Posted by
Wolvan
on 04 July 2012 - 02:34 PM
in
Programs
1.) create a lof file called example_1.log
2.) write the number 2 in the settings
3.) restart the program and read the number 2
4.) create a log file example_2.log
5.) Write 3 in the settings file and so on
#17406 Peripheral methods program (PMp) now works with cables
Posted by
Wolvan
on 01 July 2012 - 02:14 PM
in
APIs and Utilities
- ComputerCraft | Programmable Computers for Minecraft
- → Wolvan's Content



