Posted 15 January 2013 - 09:05 AM
I have alot of code and i am going to use the same thing agin and agin so is there away to make all the code in one word so i dont have to keep re typing it
function fName (param1, param2)
for i = param1, param2 do
print("I like Trains")
end
while param1 ~= param2 do
print("Hello Mine Turtle.")
end
if param1 == param2 then
print("HELLO!")
end
end