Jump to content

Waiting for one function to finish before second


Recommended Posts

Not being a programmer outside my amateur attempts at papyrus I've been wondering, is it a mistake to assume that in a script such:

function1()
function2()

that function2 will not start until function1 finishes?

 

If not would it be sufficient to make function1 return a boolean and rewrite:

If function1()
    function2()
EndIf

?

diziet

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...