Poll

Which should I start with?

Torquescript
3 (50%)
LUA
0 (0%)
Python
0 (0%)
Other (If so, post what it should be!)
1 (16.7%)
Get out, we got the scripting down.
1 (16.7%)
Java
1 (16.7%)

Total Members Voted: 6

Author Topic: Your Everyday Scripting Newbie.  (Read 3331 times)

Who are you and why are you digging through my posts?
« Last Edit: December 27, 2013, 03:15:53 PM by Mariofan1701 »


no
That was unnecessary.
You could have either, not posted, or posted something helpful then at the end explain that emote spam is not taken lightly here.

OT:
What exactly are you trying to do?
Have you tried looking at my tutorial or elm's references?

That was unnecessary.
OP's post was even more useless
He could have at least looked around for some tutorials and there are alot of them

OP's post was even more useless
He could have at least looked around for some tutorials and there are alot of them
Not everyone here has a great understanding of how the forum works, and being a complete ass doesn't help it at all.

OP's post was even more useless
He could have at least looked around for some tutorials and there are alot of them
I do, It's just that they don't actually WORK. My question is, how exactly am I supposed to activate it ingame?
What exactly are you trying to do?
Have you tried looking at my tutorial or elm's references?

Well, I'm trying to start off simple with a chatbot, but I don't even know how to do that! Elm's references? I'll try that. I know he's a great scripter. (His Land of Blocks server)
« Last Edit: January 27, 2013, 11:47:43 AM by Mariofan1701 »

Here's what I have that WORKS, so far.
Code: [Select]
function helloworld()
{
MessageBoxOK("Project RenderBot","\nRenderBot: So you thought I was broken?");
}
« Last Edit: January 27, 2013, 11:54:46 AM by Mariofan1701 »

Here's what I have that WORKS, so far.
Code: [Select]
function helloworld()
{
MessageBoxOK("Project RenderBot","\nRenderBot: So you thought I was broken?");
}
You should look at this to help/learn to format/indent your code.

You should look at this to help/learn to format/indent your code.
But, the thing is, I dont know ANYTHING about scripting. But I will keep this link, it may be useful later.


Many of the forum members don't seem to take too kindly to people who are just learning how to code, Zeblote here is an excellent example of that time and time again.

I post this everywhere as I feel it would be the easiest way for people learning how to code for the first time, like you. Try Codecademy, it teaches you the basics of coding. Once you learn that, coding for Blockland will be much easier.

Many of the forum members don't seem to take too kindly to people who are just learning how to code, Zeblote here is an excellent example of that time and time again.

I post this everywhere as I feel it would be the easiest way for people learning how to code for the first time, like you. Try Codecademy, it teaches you the basics of coding. Once you learn that, coding for Blockland will be much easier.
this is important,  because you have to learn how to solve a problem algorithmically.

Many of the forum members don't seem to take too kindly to people who are just learning how to code, Zeblote here is an excellent example of that time and time again.
Noone was friendly to me when I wanted to learn coding nor helped me with it

Noone was friendly to me when I wanted to learn coding nor helped me with it

So you think you should treat people like that too? Grow up a bit.

personally I'd advise you to learn an easier programming language first just to understand the basics, and then move to torquescript when you're more comfortable