Author Topic: Accepting Requests [Locked]  (Read 43241 times)

Create a fully HTTP 1.1 standards compliant web client library that has an API similar to the Python requests library.
However, since a blocking thing in TorqueScript is just a no-go, use callbacks.

Using it such as follows:

Code: [Select]
function onDone( %response )
{
    %response.raiseForStatus();
    echo( strLen( %response.text ) );

    if ( %response.headers.get( "content-type" ) $= "application/json" )
    {
        echo( %response.json );
    }
}

requests.get( "http://example.com/hello", "onDone" );

// or alternatively

%session = requests.Session();
%session.get( "http://example.com/hello", "onDone" );
That is too advanced for me....

Toy gun. Just a gun that doesn't shoot. It's for a gun toss minigame on my Jailbreak map. Btw, anyone interested in hosting that for me?
that is fairly simple, will do

I need an item.  Pepper Spray.
sounds interesting, maybe if you can get a model

Request:
Join the coding challenge when it opens! :D

Request:
Join the coding challenge when it opens! :D
Whaht coding challenge


my suggestions weren't for the sake of them existing, they were for the sake of you having ideas

i wasn't regurgitating letters in an attempt to cause others to also regurgitate, i was just giving the ideas that came to mind immediately

also if they're already made you can make them better

Oh like BLIDs?
that's not the point of the idea sillybutt!


.. what ones would you want me to make?
i don't care. like i said, they were for the sake of you having ideas.

i figured they may make neat projects for you and that you could learn something in the development of them

if you don't like any of the ideas then w/e, i don't care if you make them or not

i don't care. like i said, they were for the sake of you having ideas.

i figured they may make neat projects for you and that you could learn something in the development of them

if you don't like any of the ideas then w/e, i don't care if you make them or not
... ok?
I've made/have alot of them

i will probably make something with A*

thanks for the suggestions anyways.

I really want tycoon. I love it. I were hope you can make one for me. They are fun! I were plan make zombie tycoon and... bot tycoon! Can you? can't or won't?

Oh, I love tycoons. Maybe the cost of something eg "Buy Fences: 500" will either use the Score in the player list or other sorts.

I really want tycoon. I love it. I were hope you can make one for me. They are fun! I were plan make zombie tycoon and... bot tycoon! Can you? can't or won't?
I can't make something that I have no specific information on
It's like trying to buy fish
You end up putting saltwater fish in fresh water and they die because you have no idea what you are doing

tell me what you want specifically
ask someone to put it into understandable english (ask a friend or someone)
Post that converted text here so i can make your mod

I don't understand your "I were plan make zombie tycoon" because I have no idea what you meanwant
« Last Edit: March 02, 2013, 01:43:41 PM by MARBLE MAN »

Isn't tumble broken????

If it is, then just white out and make them frozen for five seconds.

But I'd prefer tumble

If it is, then just white out and make them frozen for five seconds.

But I'd prefer tumble
yeah, I checked earlier, tumble is broken. When you un-tumble you're just teleported to white nothingness.

Suggestion: A modifiable description box so that hosts of servers can actually display information about the server to those who have not yet joined. It would be accessible via the server join list and can be adjusted via server options.