openwf/Scripts/samples/Loot Party.pluto
2025-10-06 18:27:00 +08:00

8 lines
227 B
Plaintext

-- Modifications to sample scripts will be lost the next time you start the game.
repeat
for gRegion:GetAvatars() as avatar do
if inventory := avatar:InventoryControl() then
inventory:DoItemDrop()
end
end
until yield()