Ulysses Stuff > Releases

Lick

(1/2) > >>

tomisord1:
Hey guys its my first command i made in ulx and all, it may have some bugs but its awesome to play with
There are some variables at the top of the script if you want to change some things and the usage is
!lick (ply)
To install it, put this lua script in ulx/modules/sh
Thanks for checking this out ^^
oh and also any criticism will be fine

JamminR:
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

--- Code: ---if this
  then do
    that
  else
end

--- End code ---
Yours is like

--- Code: ---if this
then do
that
else
end

--- End code ---
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.

tomisord1:
ah OK, thx for the feedback, ill try to improve in future, atm its 5am and i haven't slept... so yeah... ill fix it later today

JamminR:
4) Now sleep.

silentkiller101:
What does this do exactly? Lol

Navigation

[0] Message Index

[#] Next page

Go to full version