can someone share this piece of code with me please
thanks
Printable View
can someone share this piece of code with me please
thanks
lua code:
MinCap = 3000
Module.New('DropVials', function()
if Self.Cap() < MinCap then
pos = Self.Position()
Self.DropFlasks(pos.x, pos.y, pos.z)
end
end)
yes after x,y,z write how much vials u want drop.
lua code:
Self.DropFlasks(pos.x, pos.y, pos.z, 25)
Np dude :>
Does this work on all kind of empty flasks? Or do i need to enter specific ID ?