Good night!
Guys, I need a help from you guys. I wonder what use this piece of code below
if frames == unsupplied then
Forum topic · General Scripting
By sonnenberg · 2013-11-07
Good night!
Guys, I need a help from you guys. I wonder what use this piece of code below
if frames == unsupplied then
.
miauu · 2013-11-07
Post the whole code. This is only a part of a function. I assume that the code looks like this:
fn MyFunctionName frames: =
(
If frames == unsupplied then
(
)
else
)
You have to see what is passed to the function in your script, also if there is an else statement, then there you can see what the frames
have to be.