Printing Output
#5
I'm assuming you want to print something at some point in your script

I'm pretty sure you'd just write

print()

Put a string between the brackets

i.e.

print("Hello")

print(PreSpecifiedString)-- Earlier you could write PreSpecifiedString = Player.Name or something

print("Hello "..PreSpecifiedString) -- This will add prespecifiedstring to the end of the word Hello, so it might print Hello Duck if I were to join

Then again, It may be a little different in Buildism lua
Reply


Messages In This Thread
Printing Output - by Nyht - 07-14-2011, 05:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)