Skip to content

Instantly share code, notes, and snippets.

@crackcomm
Last active December 25, 2015 08:28
Show Gist options
  • Save crackcomm/6946528 to your computer and use it in GitHub Desktop.
Save crackcomm/6946528 to your computer and use it in GitHub Desktop.
function vialModule(module)
local pos = Self.Position()
Self.DropFlasks(pos.x, pos.y, pos.z)
module:Delay(15000) -- check every 15s
end
local VialModule = Module.New('VialModule', vialModule)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment