it won't work it says there should be a number near element or something
my code:
elements.allocate('AU3FGEN', 'Cool')
elements.element(elements.AU3FGEN_PT_Cool, elements.element(elements.DEFAULT_PT_BCOL))
elements.property(elements.AU3FGEN_PT_Cool, 'Name', 'Cool')
elements.property(elements.AU3FGEN_PT_Cool, 'Description', 'Coolness of COOL and emits cool gravity')
elements.property(elements.AU3FGEN_PT_Cool, 'Color', '0x00A6FF')
elements.property(elements.AU3FGEN_PT_Cool, 'MenuSection', '6')
elements.property(elements.AU3FGEN_PT_Cool, 'Gravity', '10')
elements.property(elements.AU3FGEN_PT_Cool, 'Flammable', '5')
elements.property(elements.AU3FGEN_PT_Cool, 'Explosive', '1')
elements.property(elements.AU3FGEN_PT_Cool, 'Loss', '0')
elements.property(elements.AU3FGEN_PT_Cool, 'AirLoss', '1')
elements.property(elements.AU3FGEN_PT_Cool, 'AirDrag', '100')
elements.property(elements.AU3FGEN_PT_Cool, 'Advection', '1')
elements.property(elements.AU3FGEN_PT_Cool, 'Weight', '10')
elements.property(elements.AU3FGEN_PT_Cool, 'Diffusion', '0')
elements.property(elements.AU3FGEN_PT_Cool, 'Diffusion', '0')
local g = function(i, x, y, s, n)
--Update Function
end
tpt.element_func(g, tpt.element('Cool'))
local g = function(i, r, g, b)
--Press CTRL-F to run the Graphics Function helper
local cola, colr, colg, colb, firea, firer, fireg, fireb
cola = 255 -- Alpha
colr = 255 -- Red
colg = 255 -- Green
colb = 255 -- Blue
firea = 255 -- Alpha Glow
firer = 255 -- Red Glow
fireg = 255 -- Green Glow
fireb = 255 -- Blue Glow
--See Pixel Mode Values Table for more info
return 0, 0x00000001, cola, colr, colg, colb, firea, firer, fireg, fireb
end
tpt.graphics_func(g, tpt.element('Cool'))
local cool = elements.allocate('AU3FGEN', 'COOL')
elements.element(cool, elements.element(elements.DEFAULT_PT_BCOL))
elements.property(cool, 'Name', 'Cool')
elements.property(cool, 'Description', 'Coolness of COOL and emits cool gravity')
elements.property(cool, 'Color', '0x00A6FF')
elements.property(cool, 'MenuSection', elem.SC_GAS)
elements.property(cool, 'Gravity', '10')
elements.property(cool, 'Flammable', '5')
elements.property(cool, 'Explosive', '1')
You are awesome!
im a comboter noob, instructions unclear to meh D:
AWESOME.... I got the beta version just cause the dropbox one did not work..