Help in variables: #1, Var to String

  • stillthere
    10th January Member 0 Permalink

    how do i convert variables to strings? (extra info, what is dx and dy)

  • resic
    13th January Member 1 Permalink

    In lua variables are automatically converted to the type you need. If a function requires a string but you give it a number, lua will convert it to a string. No need for any other functions.