I need help with LUA

  • JanKaszanka
    4th Aug 2017 Member 0 Permalink

    1.I would like to create a Element Pack for TPT , But idk how to add more than 1 element in 1 script

    2.I would like to put my elements into Radioactive section. How to do it?

    3.How to make element glow?

    4.How to make element decay into other element?

     

    Please help. 

  • jacob2
    4th Aug 2017 Member 0 Permalink
    You already made a thread for this, and it is in the wrong section.

    1. Basically knowledge, check the elements api page on the wiki for info on how to make elements

    2. Elem.property(yourelement, "MenuSection", elem.SC_RADIOACTIVE). Check the wiki to make sure I got the right constant

    3. See graphics function info on legacy API page