Posted 30 January 2013 - 11:50 AM
Title: rs.setBundledOutput help needed!
My little program wont seem to work:
I don't see the part where it fails.
I am typing in an argument when i am starting the program.
If i do it like this:
The error im getting is:
My little program wont seem to work:
local tArgs = {...}
num = tArgs[1]
rs.setBundledOutput("back", num)
I don't see the part where it fails.
I am typing in an argument when i am starting the program.
If i do it like this:
num = 1
rs.setBundledOutput("back", num)
It works.The error im getting is:
Expected string, number