Page 1 of 1

ZOMG! I WANT ONE! :D

Posted: May 26th, 2010, 4:02 pm
by AndyLangel
HOLA!!!!!!!!

My name is.. well- you probably can guess that!
I am of the age of somewhere within the general regions of mid teens (more towards late teens, more like mid late teen- lol)
I come for your cookies.
I eat you house.
I program your softwarez.
I makes you Visual Basic programs.
I write you some Config tutorials, and tell you where to insert the code!!!

I do lots of things.
Like help my friends make a game that will rival all games before it.
I will make Sandbox cry at my feet before i am done ravaging it.
I will bring the Sandbox to age, and make it rival commercial grade games.
I will populate my realms with other players connecting across the world.
I will bring Sandbox to terms with MMORPG.
And i will do all of this,

Once i figure out how :s

Thankfully, i know my way around a Visual Basic IDE.
I can script in Sandbox, after only 24 hours of use (Made my own shop script thing)
I am trying to learn C or C++, whatever this thing is made in.

And while i do this, i eat candy, enjoy my summer break, watch awesome movies that include Das Boot, the Hunt for the Red October, and... The Big Lebowski :D

And now, it is time for an If...Then termination module:

Code: Select all

If DoneTalking = 1 Then
   TerminateTalking
   SubmitPost
   ReviewPost
   End
elseif DoneTalking = 0 Then
   ContinueTalking
end if
Or, if you are more in terms of Sandbox script, you would accomplish the same execution via

Code: Select all

If ( = $DoneTalking 1) [
   @TerminateTalking
   @SumbitPost
   @ReviewPost
   @End
   // I think that is how it is done, but not sure, not really sure what @'s are for yet...
]
If ( != $DoneTalking 0) [
   @ContinueTalking
   // I might have been able to take out the second 'IF' statement and used a plain [, but last time i did this is didn't work.
]
And there you have it, and i am done.

Now.
No Now.
No i was kidding, i meant now.
lol, now.
NOW!
NOW!!!!
Okay, Okay, you can stop yelling.
I SAID NOW!!!!
OKAY!!!! Heard you the FIRST time!
NOW!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

EDITORTZIALISM:::

I has forgotten to mention that thy selfship has divine powers in the speaketh of Nerdcore VB and Nerdcore BB- which are both human dialects that use the scripting format of Visual Basic and Blitz Basic. As i learneth C and/or C++ as well as Sandbox, i will be more fluent in my Nerdcore Dialects. But for now If NoMoreEditz Then ReSubmitEditzedPost.

Re: ZOMG! I WANT ONE! :D

Posted: May 26th, 2010, 7:31 pm
by arcones
:lol: :lol:

lol

That's the biggest intro I've EVER SEEN! :D

Welcome Andy!

Arc

Let the Geeks rule. :ugeek:

\./(>.<)\./

Re: ZOMG! I WANT ONE! :D

Posted: May 27th, 2010, 2:30 pm
by Leo_V117
We needeth geeks... Lol... We aint Nerds... Nerds are different... :lol:

Anyway... Youre good at C/C++ and Cubescript (sandbox), We caould use a guy like you to help with Regen (link in signiature).

As Arc Said... Big Intro...

Anyway... Welcome to the forum and hope you joineth the team...

- Leo

Re: ZOMG! I WANT ONE! :D

Posted: May 27th, 2010, 2:54 pm
by AndyLangel
Leo_V117 wrote:We needeth geeks... Lol... We aint Nerds... Nerds are different... :lol:

Anyway... Youre good at C/C++ and Cubescript (sandbox), We caould use a guy like you to help with Regen (link in signiature).

As Arc Said... Big Intro...

Anyway... Welcome to the forum and hope you joineth the team...

- Leo
I am still learning C/C++, haven't quite gotten to the point where i can change anything- all i can do i pretty much know what some things do. And i would join your team, but i already have dedicated myself fully to Project TS- which is a game my friend is making. =\ sorry.

Though, once i do learn how to do something in C/C++ - will offer my services to those who need a little modification or so :)

Re: ZOMG! I WANT ONE! :D

Posted: May 27th, 2010, 8:28 pm
by Hirato
If you do get good enough with C++, I'd prefer if you contributed directly to sandbox instead so that everyone could benefit from your efforts.

good luck in your efforts! :)

Re: ZOMG! I WANT ONE! :D

Posted: May 27th, 2010, 10:47 pm
by Mike
Yeah let's just kill Project TS so we can have him all to ourselves WHAUAHAHA :D

Re: ZOMG! I WANT ONE! :D

Posted: May 28th, 2010, 12:52 am
by klimyriad
Hi and welcome well you beet the longest intro i seen in my life anyway you look like you good at techy stuff and that yu should fit in just right here anyway here a few things before you post

a good place to start is the wiki
http://sandboxgamemaker.com/wiki/index. ... =Main_Page
Also go and look at the FAQ
http://sandboxgamemaker.com/wiki/index.php?title=FAQ
Also you make sure you know the rules and you be fine here
rules.php


Hope this helps a bit
klimyriad

Re: ZOMG! I WANT ONE! :D

Posted: May 28th, 2010, 9:58 am
by arcones
Mike wrote:Yeah let's just kill Project TS so we can have him all to ourselves WHAUAHAHA :D
LOL Mike! That's hilarious!! :lol: :lol:

Yep but I appreciate his dedication ;)

Re: ZOMG! I WANT ONE! :D

Posted: June 1st, 2010, 7:11 pm
by Venima
hey I know Visual Basic. Which version(s) are you familiar with? VB6? VB.NET? Or the latest one?