————————————————
First of all im going to start with the coolest idea
CCSpeakers with ability to Play sounds through them
Like Noteblock sounds, Mob sounds and a Text to speech ability
Text to speech ability will need to have some kind of Computer voice client side
so the Server can just send the text to the Computer
The sound player could run like a midi player
while true do
Sound("Piano", 1)
sleep(0.500)
Sound("Piano", 2)
sleep(0.500)
end
As the voice commands could be like
Voice("Welcome back sir")
sleep(20)
if door == "open" then
Voice("You Need to close the door sir
else("i hope you enjoy Your stay sir")
———————————————–Idea 2
CCHTML
Ability to Link HTML to a program so it will have custom GUI's per Console
So you could have nice pretty ADVANCED console to make your friends say WOW
and ability to see Basic webpages
term.clear()
while true do
term.clear()
input = read.button("1, 1")
if input == "mypass" then
set.redstoneOutput("right", "true")
sleep(7)
set.redstoneOutput("right", "false")
else
setCursorPos("2, 1")
print ("Access Denied", input)
end
end
———————————————–
Idea 3
CC Mountable Turtles
To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick
while true do
Entity.Hold("Right")
shell.run("go", "forward", "5")
sleep(1)
Entity.Drop("Right")
shell.run("go", "back", "5")
end
———————————————–
Enjoy these idea's
Leave feedback if you want :)/>/>