ID:161338
![]() May 20 2008, 11:19 am
|
|
like how are u supposed to code Edit verb or like create verb???
|
mob Its not the "perfectest" code as its from the age of dinosaurs but it works ;) |
LoL cool well ima go to classifides and look for a coder cause im too lazy to do the codes LOL and wait how u learn all this lol
|
LoL hopefully i find some one like u to code Lolz u seem to know alot....i don read guides cause i have ateention span of a squirrel soooo either i get a coder or a teacher lolz
|
This thread is full of fail....
@poopmister: If you want to learn to code or get someone to code a game for you, you'll need a few things. For both, you need a lot of time, at least a couple of months where your giving the project a decent amount of attention. You'll also need a semi-decent attention span, for everything you ever do. If you want someone to make a game for you, and don't have an amazing idea you'll need cash, and a decent amount of it at that. Without cash or an idea you'll only get people who are still learning. I suggest quiting now. @Gogeta: You shouldn't be feeding him uncommented code like that, and you shouldn't give anyone bad code, ever. You can easily tell he can't code well, if even at all, so he has a 0 chance of understanding that. |
Ima also a noob, but this seems to work for me:
verb Create() set category = "Admin" var/varItem var/varType = input("What do you want to create?","Create") in list("Object","Mob","Turf","Cancel") if(varType == "Cancel") return if(varType == "Object") varItem = input("What do you want to make?","Create obj") in typesof(/obj) + list("Cancel") if(varType == "Mob") varItem = input("What do you want to make?","Create mob") in typesof(/mob) + list("Cancel") if(varType == "Turf") varItem = input("What do you want to make?","Create turf") in typesof(/turf) + list("Cancel") if(varItem == "Cancel") return new varItem(locate(src.x,src.y,src.z)) |
.
.
.
.
Search resources. Saves you the trouble of typing it up.
or read it and retype it and remember it with your fingers..