Page 1 of 1

how do I put 2 script in an episode

Posted: Sun Jun 14, 2020 9:27 pm
by iAmGod01
good night guys I would like how I put two scripts in an episode like I want to put the warptransition together with the walljump

Re: how do I put 2 script in an episode

Posted: Mon Jun 15, 2020 2:25 pm
by MrDoubleA
You don't copy the code into your luna.lua file. You have to have them as a separate file and then put:

Code: Select all

require("filename")

Re: how do I put 2 script in an episode

Posted: Mon Jun 15, 2020 5:31 pm
by iAmGod01
ah thanks