openwf/Scripts/samples/Loot Party.pluto

8 lines
227 B
Plaintext
Raw Normal View History

2025-10-06 18:27:00 +08:00
-- 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()