Mods/Fast-forward/Open void relic/Scripts/Spawn 10 Reactant.pluto
2025-06-10 14:44:49 +02:00

4 lines
97 B
Plaintext

for i = 1, 10 do
gRegion:CreateEntity(Type("/Lotus/Types/PickUps/VoidTearSealerPickup"))
end