of     1   

shadostriker
#41122491Monday, January 17, 2011 11:43 PM GMT

?
Spectrumw
#41122588Monday, January 17, 2011 11:44 PM GMT

print '"Roflmao"'
swimguy777
#41122718Monday, January 17, 2011 11:46 PM GMT

print '"Lol"' print[["Lol"]] print("\"Lol\"")
Green_Lemon
#41122790Monday, January 17, 2011 11:47 PM GMT

print "I liak pie."
shadostriker
#41122948Monday, January 17, 2011 11:49 PM GMT

ex: print'"lol"..block.Name' Wont work.
flamorie
#41123043Monday, January 17, 2011 11:51 PM GMT

print("lol"..block.Name)?
shadostriker
#41123172Monday, January 17, 2011 11:52 PM GMT

Nope.
flamorie
#41123589Monday, January 17, 2011 11:57 PM GMT

Okay, show me what you want the output to say. Don't include the print. Just what you want to appear in the output if block.Name = "Pop"
swimguy777
#41124404Tuesday, January 18, 2011 12:07 AM GMT

print("\"lol\""..block.Name)
bunnybunn264
#41124518Tuesday, January 18, 2011 12:08 AM GMT

print("w00t it works.")
VoidHack
#41124797Tuesday, January 18, 2011 12:11 AM GMT

[ Content Deleted ]
shadostriker
#41146673Tuesday, January 18, 2011 11:30 AM GMT

Void how do I use that?
3dGen
#41146714Tuesday, January 18, 2011 11:38 AM GMT

If you put a "\" before a quote, it's voids it a counts it has part of the string: print("This is a example of a \"quote.\" TADA") Or, you could put in the double brackets, which group the text together and counts it has a string: print([[This is an example of a "quote." TADA]])
fireblade2
#41147000Tuesday, January 18, 2011 12:14 PM GMT

print(""..block.Name.."")

    of     1