That's why it is good to make your own scripts.sandgolem said:If it always happens, check to make sure you don't have any aliases that use the same name. That might happen if you're using a bunch of custom scripts by different people
a = 1
until a == 0
a += 1
end