ID:84567
 
Keywords: am, easy, library, pm, proc, time
Pretty simple library
It's a proc with about 6 lines that allow you to display the time(with am/pm) easly

Also has an short example on how to use it

I didn't add any comments to it since it's really simple as you guys can see

http://www.byond.com/developer/Abrax/TimeLibrary
It failed to download.
Haywire wrote:
It failed to download.

I expected that, I can't post links for some reason, I will figure out tho

But, since I expected that, you can find the link on the HUB, just scroll down a bit
It's because this link isn't a direct link, try uploading it to your member space then use that link.
Haywire wrote:
It's because this link isn't a direct link, try uploading it to your member space then use that link.

I did, it said failed to unzip
Abrax wrote:
Haywire wrote:
It's because this link isn't a direct link, try uploading it to your member space then use that link.

I did, it said failed to unzip

Did you zip it before uploading?
Also, create an environment with Test.dm and then compress/zip the folder containing the environment then upload the compressed/zipped file.
I did, I even downloaded winzip since winrar wasnt working

Ima download it again and give it another try...
It's awesome that you're contributing to the community, here I have modified a bit of your work and I've even added a variable which you can toggle from TRUE to FALSE to switch from a 24 hour clock configuration to 12 hour.

http://dl.getdropbox.com/u/1751322/Test.zip
Build -> Package Files -> World Source Files -> [Clean Compile] -> Finish. This will generate a file called "[worldname]_src.zip". Upload that zip to your members file space and link to it in the library hub page.

For the record, you can't use file sharing companies like Sendspace, Megaupload, RapidShare etc because they aren't direct links to the file. They go through redirects, CAPTCHA verifications and many other things BYOND can't handle internally.
Tiberath wrote:
Build -> Package Files -> World Source Files -> [Clean Compile] -> Finish. This will generate a file called "[worldname]_src.zip". Upload that zip to your members file space and link to it in the library hub page.

For the record, you can't use file sharing companies like Sendspace, Megaupload, RapidShare etc because they aren't direct links to the file. They go through redirects, CAPTCHA verifications and many other things BYOND can't handle internally.

It worked, but people that download it can't see the codes, so that doesn't really help me
If you want people to see your code you just have to choose 'source' option when packing files.

http://img210.imageshack.us/img210/7996/windowt.png
Kisioj wrote:
If you want people to see your code you just have to choose 'source' option when packing files.

http://img210.imageshack.us/img210/7996/windowt.png

:O! It worked, thanks a lot

[Edit]
Actually, it worked with my demo, but not with the library o_O