Help with running?
Posted: Sat Dec 06, 2014 9:54 pm
I keep trying to run my program but all that comes up is a error sign that says
code btw
How do I fix thisError
main.lua:3: attempt to concatenate local 'name' (a nil value)
Traceback
main.lua:3: in main chunck
[C]: in function 'require'
[C]: in function 'xpcall'
code btw
Code: Select all
io.write("Hello what is your name?")
local name = io.read()
io.write("Hello " .. name)
io.write("You are in your bedroom, there is a door to your left and a desk to your right, Do you 'look_at_desk' or 'leave_room'")
local choice = io.read()