local elTemporaryValue = tpt.eltransition.dmnd.presHighValue
local elTemporaryType = tpt.eltransition.dmnd.presHighType
tpt.eltransition.dmnd.presHighValue = 20
tpt.eltransition.dmnd.presHighType = tpt.element("fire")
elements.property(elements.NEW_PT_LULZ, elements.element(elements.DEFAULT_PT_DMND))
tpt.eltransition.dmnd.presHighValue = elTemporaryValue
tpt.eltransition.dmnd.presHighType = elTemporaryType
thank you,i make 2 or 4(or more...) element transitions in 3 hours (or more... or less...) I post them later...
...7 hours later...
...here is the link for the element transitions:http://pastebin.com/1VMxGW4e
boxmein:
@XmirX (View Post)
I think tpt.el.x.eltransition is the only way. :(
You could cheat around it like this:local elTemporaryValue = tpt.eltransition.dmnd.presHighValue
local elTemporaryType = tpt.eltransition.dmnd.presHighType
tpt.eltransition.dmnd.presHighValue = 20
tpt.eltransition.dmnd.presHighType = tpt.element("fire")
elements.property(elements.NEW_PT_LULZ, elements.element(elements.DEFAULT_PT_DMND))
tpt.eltransition.dmnd.presHighValue = elTemporaryValue
tpt.eltransition.dmnd.presHighType = elTemporaryType