8 lines
227 B
Plaintext
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() |