Language…
23 users online:  AmperSam,  Anorakun, apache, caioskii, Dennsen86, Ekimnoid, GRIMMKIN, Heitor Porfirio, JudithPrietht, krizeth, LightAligns, mtheordinarygamer, Rykon-V73,  Saphros, Sweetdude,  Tahixham,  Telinc1,  Teyla,  Thomas, underway, VSmario90, Yuvi, Zandro - Guests: 285 - Bots: 387
Users: 64,795 (2,373 active)
Latest user: mathew

How can I make 2 custom generators work at the same time on same screen?

I'm trying to make Mattrizzle's lightning generator and RealLink's medium BG scroll generator work at the same time on the same screen but only one will work if on same screen. Is there a way to make them both work?
Yes: combining the code of the two sprites. Only one generator can be active at a time.
My YouTube channel
Get the official ASMT resource pack here!

How do I combine them?
Code
(FIRST GENERATOR CODE)
(SECOND GENERATOR CODE)

I might be wrong, but I think its like that...
Your layout has been removed.
Okay I just didn't know if anything had to be in specific spots I'll try it now.
Ah yes, add to the first one everything ofthesecond one afterthe "spritemain:" tag, and keep the tables at the top/ bottom properly separated.
Your layout has been removed.
Yes! I got it to work perfect I just added the BG scroll code to the end of the lighting one.