Author Topic: Wallet's Scripting Class episode III: Revenge of the Script  (Read 8231 times)

1 person cant really stop my tomfoolery

1 person cant really stop my tomfoolery
"rtb whore" figured you out in a second what a roostery kid lol

ps you know you can get a key de-ac for that

"rtb whore" figured you out in a second what a roostery kid lol

ps you know you can get a key de-ac for that
I've done a lot of things I probably shouldnt of done and nothing has happened
I really just can't wait till something does

I've done a lot of things I probably shouldnt of done and nothing has happened
I really just can't wait till something does
best part is how you bought the key like 2 days ago being all "heh heh cant find me" then im like i found you. gg wasting 20 bucks lol what a failure at an alt account :))

best part is how you bought the key like 2 days ago being all "heh heh cant find me" then im like i found you. gg wasting 20 bucks lol what a failure at an alt account :))
sure bro, hope your happy bout that
Its good to have your attention in that direction anyways.
« Last Edit: July 16, 2011, 07:56:51 PM by Jenxas »



Thanks for contributing to the topic.
« Last Edit: July 17, 2011, 10:23:10 PM by Mr. Wallet »

Hey can someone help me with my homework? Sure yeah I missed out all those days, but reading over the docs helps. So I'm on day 1's homework and I'm getting a syntax error.

function test()
{
   $var1 = "Hello world!";
   {
      echo("$var1");
      }
   }
};



function test()
{
^$var1 = "Hello world!";
^{##
##
^^echo("$var1");
^^}
^}
};




Basicly I'm trying to get test() to echo $var1.

You only need one set of brackets for starters.

You only need one set of brackets for starters.
What?

So you mean like

function test()
{
   %var1 = "Hello world!";
   echo(%var1)
}

?
I tweaked it up a bit. And this doesn't work.
« Last Edit: July 18, 2011, 11:07:21 AM by Uxie »

Yep. Also, you need a semicolon after your echo call.

I love Mr. Wallet, learning people to script and stuff.
Keep up the work, i am sure they will learn a lot of you.

Yep. Also, you need a semicolon after your echo call.

And function call.

Alright.

Oh cool it works now.
 Anyways I'm on day 2's homework now. :D

And function call.
*Cough*fail*Cough*
no semicolen after function call. EVAR.

*Cough*fail*Cough*
no semicolen after function call. EVAR.

Yes there is.