4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
|
for gRegion:FindAll(Type("/Lotus/Types/LevelObjects/TeleportScriptTrigger")) as trigger do
|
||
|
trigger:Destroy()
|
||
|
end
|