ScriptSpot

Forum topic · General Scripting

Help Script

By sonnenberg · 2013-11-07

Description

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

if frames == unsupplied then

Comments (1)

.

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.