Blockland Forums > Modification Help
Multi-Stage Scripting Contest
<< < (49/53) > >>
Nexus:
omg I just learned about this thing called vectorsub(), and I assume there is also a vectoradd() too.  I could have made terragen so much more efficient instead of using getword() all the time.  Same thing with BuildBot.
lordician:

--- Quote from: Nexus on August 17, 2011, 01:11:31 AM ---omg I just learned about this thing called vectorsub(), and I assume there is also a vectoradd() too.  I could have made terragen so much more efficient instead of using getword() all the time.  Same thing with BuildBot.

--- End quote ---
... Seriously?
Nexus:

--- Quote from: lordician on August 17, 2011, 04:55:27 PM ---... Seriously?

--- End quote ---

If you look at most of the coding help topics I have started, they show me trying to explain some weird phenomenon and with large block of complicated code building up to what my problem is, and then the solution that the first poster comes up with would be something like "did you know you can do \" to place a quote inside a quote?"

For a very long time, I used this code before I realized it was possible to do %player.client


--- Code: ---function getclientfromplayer(%player)
{
   for(%a=0; %a<clientgroup.getcount(); %a++)
   {
      if((%b=clientgroup.getobject(%a)).player == %player)
         return %b;
   }
   return -1;
}
--- End code ---

I never really learned the basics, I kinda jumped right into solving complicated coding projects (for me at the time)

Also: *cough cough*
slimabob:

--- Quote from: Nexus on August 16, 2011, 10:29:41 PM ---Have anything I might want to trade for it?

--- End quote ---

Well I have no idea what you would want, so I'm not sure if I have anything.
Nexus:

--- Quote from: slimabob on August 18, 2011, 12:10:45 AM ---Well I have no idea what you would want, so I'm not sure if I have anything.

--- End quote ---

Well, mostly I like to look for things that I can learn from.

Just a few minutes ago, I learned what a scriptgroup was and how to convert between php and torque.

I would have totally made the adventurers a scriptgroup if I knew of them a few days ago
Navigation
Message Index
Next page
Previous page

Go to full version