Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Dai

The best site for scripting tutorial?

Question

I have this software for a year now I think but stopped using it for months because of school. Now I'm completely clueless. I still have school but rather than learning how to make a game,now I'm more interested to learn about scripting so if someone suggest a great site for scripting tutorial it would be really helpful.

 

and am I using RGSS or RGSS2 for scripting?I mean,in the script editor it didnt really say which exactly..so I'm totally clueless whether to search for what tutorial..all I type is scripting tutorial in google and it didnt really show that many results

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

oh I have both but I like RMXP more. yeah I seen the tuts but have not read it yet as time not allows me to, but I'm a complete beginner. it seems there are only little tuts though, I thought RGSS must be really complicated so I expect more tutorials. Are there any good tutorials in other site?I'll read the tutorials in this site too,every help counts. Thanks :D

Share this post


Link to post
Share on other sites
  • 0

Start here with lesson 1. It starts with the building blocks: http://www.rmxpunlimited.net/forums/forum/91-leons-scripting-class/

Urgh..honestly I cant understand most of that..just finished reading lesson 1 and a lil bit Lesson 2 section 2.

 

The first command you will learn is print. What this will do is pop up in a window whatever is directly after it, and works as a great debugging tool

Because after finished scripting all that it didnt do anything when testing the game, I dont really get most of it.

 

what is .new?

 

class Class_Name #This is the same as a constant variable.

def initialize #The initialize method, it is always called. If not there, we have a problem...

@variable = 0 #defines @variable

print @variable #Prints @variable.

end #To end initialize

end #To end the class

 

So that means it will show ''0'' in the window or what?? What's the difference with this >> print "Leon" isnt it easier to do this rather than include variable?

 

And lesson 2..this kind of stuff >> width height x, y, lx, ly, text, alignment how am I suppose to know what numbers to use?I stopped reading after that :(

Edited by Dai

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...