Author Topic: Modifying Light cs Files  (Read 1124 times)

Hey, how would I (who has very little understanding or experience with this coding language) make a light that for example is like a strobe but instead of strobing every like 40 miliseconds (or whatever it is by default), have it strobe once every 10 seconds? I have tried editing some of the parts of the current strobe and reloading the script, but it has yet to work.

Any help / suggestions?

Thanks

Copy the strobe and mess around with the times.

Remember that A = Lowest, and Z = Highest.

So a strobe is basically AAAZ

Or for a fade in/out AAAMZM

Copy the strobe and mess around with the times.

Remember that A = Lowest, and Z = Highest.

So a strobe is basically AAAZ

Or for a fade in/out AAAMZM

Do you mean in the keys section?

I just mess around with variablesand times to see what they do, I can now modify a script with an amount of understanding what it will do. =)