Help Script

Good night!
Guys, I need a help from you guys. I wonder what use this piece of code below

if frames == unsupplied then

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.