Hey guys, I figure this is a pretty simple fix however I cannot seem to figure it out.
What do I need in the script to play an ending other than this code snippet.
function completeGame([outro.lua])
I have messed around a little and have not been able to get it to work, Thank you very much for your help!
Need some help with scripting an outro.
Re: Need some help with scripting an outro.
Just a little syntax error, here ya go!
"function ending()"
completeGame ("mod_assets/cinematics/outro.lua")
end
This is assuming you have made an "outro.lua" file and placed it in your cinematics folder.
"function ending()"
completeGame ("mod_assets/cinematics/outro.lua")
end
This is assuming you have made an "outro.lua" file and placed it in your cinematics folder.
Currently conspiring with many modders on the "Legends of the Northern Realms"project.
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: Need some help with scripting an outro.
Awesome, Thank you very much!