View Single Post
  #4  
Old 03-14-2006, 03:15 AM
Wryoko Wryoko is offline
Registered User
Join Date: Mar 2006
Posts: 18
Wryoko is on a distinguished road
Quote:
Originally Posted by jake13jake
Take a dive into object oriented programming and then you might be able to better understand ;P
Oh I have. I learned enough java to go through a script and understand the overall flow. I've printed out tutorials from Wiki and have been studying them for about four or five days now. However I learn better when I see a script, that isn't out dated and that I'm able to tweak and chop up to use in other scripts. I know it seems as if I'm just another one of those people looking for an easy script for their server, but I'm honestly trying to learn how to do this on my own.

What I was planning on doing, was using that basic script hopefully provided to me, and use it to make a class. Basically, I'm trying to store a few variables (name, age, and a list of items; the different kinds of vars) and provide functions that would allow me to call for the display of them. Eventually I would provide functions to allow me to change the vars in game and create instances of that template. I'm just trying to get used to the overall format and usage.
Reply With Quote