Mods/Gameplay/Remove teleport triggers/Scripts/Destroy Teleport Triggers.pluto

4 lines
117 B
Plaintext
Raw Normal View History

2025-06-10 14:44:49 +02:00
for gRegion:FindAll(Type("/Lotus/Types/LevelObjects/TeleportScriptTrigger")) as trigger do
trigger:Destroy()
end