The Dink Network

Reply to Re: overlapping hitboxes + touch()

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 20th 2024, 09:37 AM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
Oh, NOW YOU'VE DONE IT! 
For lerps, I usually steal one or more from this thread and then convert the output to an integer by rounding.

I haven't tried out a vector library yet, however there are a variety in this list that might be workable. I will try a few out. If you don't want to wait, you can edit init.lua yourself by adding a "require" at the top, placing the file in question alongside serpent.lua, and then whitelisting it for use in scripts around line 890 with library = library like the others. Of course, this will make whatever it is undistributable in the short-term.

Unfortunately an HTTP library would require a C module which wouldn't be platform-independent. I would have to come up with something on the C side of things for that sort of functionality.