(08-12-2020 - 12:51 PM)SystemEngineer Wrote: The Title Says It All ^^^^
(08-12-2020 - 10:19 PM)Darrenliu15 Wrote: you can use if statements to do sometihgn like this if (style === 1) { // one design here } else if (style === 2) { //another style here :) }