Posted 31 May 2012 - 11:03 AM
Hi guys:)
Im a bit new to computercraft and im trying to edit the startup of a computer. I want it to startup with a set sentence with strings that go into the sentence that i can change as time goes on. This is the code:
local Name = "Testversion "
local Version = "BETA 0.1"
print("Welcome to "Name..Version)
It pops up with an error reading:
bios:206: [string "startup"] : 4 : ')' expected
Any help? Please do! Im still a noob:P
Im a bit new to computercraft and im trying to edit the startup of a computer. I want it to startup with a set sentence with strings that go into the sentence that i can change as time goes on. This is the code:
local Name = "Testversion "
local Version = "BETA 0.1"
print("Welcome to "Name..Version)
It pops up with an error reading:
bios:206: [string "startup"] : 4 : ')' expected
Any help? Please do! Im still a noob:P