Tips/Recommendations
1) learn to convert your releases to addon format. Feel free to ask/search how in developers corner section of our forum, and, there are plenty of releases here to learn from by example
2) tounge: Obsolete spelling of tongue - according to Google. So, technically, you spelled it correctly, but, only in the olden days.
3) Use a code editor that will indent your code.
Proper/easy to read code would be like
if this
then do
that
else
end
Yours is like
if this
then do
that
else
end
No, you don't have to indent, but, it will sure help you later when coding to find out why a certain operator comparison isn't acting right.
And, see examples of other releases here for better presentation.