Frictional Games Forum (read-only)

Full Version: Call a func after a func completes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

As the title says, how do I call a function after a function is done with its content.

As of now I have a intro/opening with some pictures e.t.c

After that function is done i want it to call a wakeup script = another function

But its also nice to know because this goes for all scripts, its a good general thing to have in mind but I havent had the need before now to use it.

Im sure some of you know it by head.

Heart
Does the function in question take time to complete? If so just add the function caller at the end of the last timer.

If not, just put it at the end of the first function.
ty, I feel derped for asking this I knew it was simple hehe.