6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
repeat
|
|
for gRegion:FindAll(Type("/Lotus/Objects/Lasria/Props/Destructibles/Interior/LASxReptiliaSpongePoolPileADestructible")) as deco do
|
|
deco:Destroy()
|
|
end
|
|
until yield()
|