1
2
Jun 28 2005, 6:16 pm
In response to Ol' Yeller
|
|
And what if i refuse to get into shape?
|
In response to Govegtos
|
|
Ol' Yeller wrote:
Nobody's going to help you. |
In response to Ol' Yeller
|
|
Who cares if i am ripping zeta how many ppl actually care i am ripping zeta
|
In response to Govegtos
|
|
Govegtos wrote:
Who cares if i am ripping zeta how many ppl actually care i am ripping zeta Aside for the moral issues in using material you obtained without permission, and the fact there there are already a bajillion zeta rips, you still don't get it at all. To quote myself: If you do not know how to so much as define a variable you really need to go back and look of some tutorials and/or the DM Guide. The other thing, what people are saying to you is just going in one ear and right out the other... "DO NOT COPY+PASTE CODE THEN ASK WHY IT'S NOT WORKING." "k, but how can i fix those errors?" It's more or less a slap in the face to the person who is giving you advice, albeit in a semi-hostile manner. It's one thing to take a piece of code from somewhere and edit it to use when you know what your doing. Attempting to use copied code when you don't understand the basics of what the code is actually doing doesn't make your life any easier, it only makes it harder if you were to actually learn how to code and then try to do something with it. The post that was in your questions were all answered and the method to solving the problem was completely beyond your comprehension, and still is evidently. http://developer.byond.com/forum/ index.cgi?action=message_read&id=361963&forum=3&view=1#36196 3 http://developer.byond.com/forum/ index.cgi?action=message_read&id=361268&forum=3&view=1#36126 8 http://developer.byond.com/forum/ index.cgi?action=message_read&id=360939&forum=3&view=1#36093 9 http://developer.byond.com/forum/ index.cgi?action=message_read&id=359854&forum=3&view=1#35985 4 All with the exact same problem. You don't know how to do something as simple as defining a variable. You should be doing tutorials and working on something simple, not trying to edit a game that you plan on calling your own. Your asking people for help, and short of doing everything for you they are giving you the best advice they can possibly givel; Learn to code and don't rip zeta (and for that matter any other game). [edited to close a font tag] |
In response to Nick231
|
|
Hmm,Well who said i wanted to become a heavy Programmer for my game i have crzylme whom is helping me out with my game i am only doing with all the light programming.
In the Tutorials what am i actually looking for defining a var? |
In response to Govegtos
|
|
Just about every tutorial tells how to define a variable, just look.
|
In response to Govegtos
|
|
Govegtos wrote:
Hmm,Well who said i wanted to become a heavy Programmer for my game i have crzylme whom is helping me out with my game i am only doing with all the light programming. I never said you wanted to become a programmer, If anything your actions and responses have leaned towards having no interest whatsoever in programming as your trying to do minimal work editting code. |
In response to Nick231
|
|
Hey i've been learning C++ and Visual Basic and sometimes if I find I can't remember something the script that im reading over and over I still read it over and over but I also type the script out and the meaning over and over.
SO when your reading the Dm guide and it says like Assigning Variables --------------------------- "By assigning a few variables, one can create a wide variety of objects. This is done in the object definition. For example, here are a few different combinations of opacity and density." turf floor icon = 'floor.dmi' wall icon = 'wall.dmi' density = 1 opacity = 1 ------------------------------ Don't just read it, open up DM and type it out a few times not just the code the meaning too it helps trust me :P Dave |
1
2