[SLOVED]Tables and Strings
Posted: Sat Apr 13, 2013 9:08 pm
Hey lovers!
I want my villigers to speak and I came across this problem:
local speech1 = { "Hello sir", "Good morning!" }
Now i want to draw the ,,Hello sir,, string but i dont know how!I have tried to use
love.graphics.print(" "..table.concat(speech1 , ","),x,y) but is not working as i want. Do you have any suggestions?
I would be very grateful if you help me!
I want my villigers to speak and I came across this problem:
local speech1 = { "Hello sir", "Good morning!" }
Now i want to draw the ,,Hello sir,, string but i dont know how!I have tried to use
love.graphics.print(" "..table.concat(speech1 , ","),x,y) but is not working as i want. Do you have any suggestions?
I would be very grateful if you help me!