Page 1 of 1

Episode Scripts

Posted: Mon Dec 04, 2017 5:29 am
by fern
How do you make a script that will run in every level of an episode? I tried simply making a lunadll.lua file in the world folder but it doesn't seem to work.

Re: Episode Scripts

Posted: Mon Dec 04, 2017 7:05 am
by PixelPest
Place a lunaworld.lua file in the same directory (folder) as your .wld file

Re: Episode Scripts

Posted: Mon Dec 04, 2017 4:41 pm
by fern
PixelPest wrote:Place a lunaworld.lua file in the same directory (folder) as your .wld file
Will this run a script on episodes or on the overworld?

EDIT: I tested it and it works, thank you!