Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Modified VialDropper by BolloScripts.
- --- Checks every 20-30second if you have more than 10 flasks.
- --- If you have over 10 empty vials, it will drop them on the ground under your character.
- while (true) do
- if(Self.Flasks() > 10) then
- Self.DropFlasks(Self.Position().x, Self.Position().y, Self.Position().z)
- end
- wait(20000, 30000)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement