Mods/Gameplay/Remove teleport triggers/Scripts/Destroy Teleport Triggers.pluto
2025-06-10 14:44:49 +02:00

4 lines
117 B
Plaintext

for gRegion:FindAll(Type("/Lotus/Types/LevelObjects/TeleportScriptTrigger")) as trigger do
trigger:Destroy()
end