Share your scripts!!

  • mniip
    31st Jan 2012 Developer 0 Permalink
    @gamax92 (View Post)
    im about to develop WORKING, not lagging movable solids, and yeah, when they collide they wont glue to each other
  • MassacreLand
    31st Jan 2012 Member 0 Permalink
    @mniip (View Post)

    Seriously? If you make it public for sure post it here! if not send a little somethin my way so I can have a little fun. haha.
  • BlueAmulet
    31st Jan 2012 Member 0 Permalink

    Deleted

    Edited once by BlueAmulet. Last: 13th April
  • CroCroMas
    12th Aug 2013 Member 0 Permalink

    .....

     

     

    Edited once by CroCroMas. Last: 12th Mar 2015
  • boxmein
    12th Aug 2013 Former Staff 2 Permalink
    @CroCroMas (View Post)
    I'm totally for you resurrecting this thread but totally against your monstrous images.
    However, let me contribute.
    Edit: for some wizarding world reason it does not in fact work.
    function hotwarp(index, partx, party, surround_space, nt)
    sim.partKill(i)
    sim.partCreate(x, y, tpt.element("warp"))
    sim.partProperty(sim.partID(x, y), "tmp2", 65535)
    sim.partProperty(sim.partID(x, y), "life", 1000)
    end

    local e = elements.allocate("boxmein", "HWRP")
    elements.element(e, elements.element(elements.DEFAULT_PT_DMND))

    elements.property(e, "Name", "HWRP") -- Use these to change properties.
    elements.property(e, "Description", "Hot WARP. Spawns WARP from EXOT reactions.")
    elements.property(e, "Colour", 0xDEADBEEF)
    elements.property(e, "MenuSection", elem.SC_SPECIAL)
    elements.property(e, "MenuVisible", 1)
    elements.property(e, "Update", hotwarp)

    -- Script that creates heated super-WARP from the HWRP temp-element
    -- ~boxmein 2013, free to use
    Edited 3 times by boxmein. Last: 12th Aug 2013
  • CroCroMas
    12th Aug 2013 Member 0 Permalink

    .....

    Edited 2 times by CroCroMas. Last: 12th Mar 2015