In response to Vito Stolidus
The codes he is giving are very simple i have been making games for less than a month and i am only and i understand him just fine. If it were me i would have told you how to fix it and give you a few bits a code and i would have probably left but try as hard as you can to understand him.




(lol lots of grammer errors)
k i give lol i am gonna stop codin
In response to LeeZein
Don't give up! You just need to get used to prograqmming lingo. From the code I saw, you've got the imagination part down pat, and you get the basics. You just made one little mistake, and not knowing what I meant dragged fixing it out to more than 4 times the length it should've been. Remember, we're here to help (most of us) Don't let something beat you over a vocabulary lesson!

Oh, and it makes people around here more likely to help you if you take time to write posts in English, as in punctuation, capitalization, and no "Lol k thx i get rite on it". (You have as much time as you like to prepare your posts - use it.)


--Vito
In response to Vito Stolidus
Okay I'll study the words you gave me, then I'll see what I can do, figuring out the code and stuff.
In response to LeeZein
Seriously, how old are you? I'm not trying to be mean but if you were like 7 or something, that would be why you can't understand us.
In response to KirbyRules
first of all if you would check the post below I said that I tried everything he said didnt work and he said maybe its because of the coding below, second of all a 7 year old (LIKE YOU) would not know how to code as good as me even if I make mistakes myself, I dont care if your not trying to be mean but thats a very stupid question to ask, if you'd like to start something come on then i dont have time for you and I didnt ask for your help, i am working with vito here not you, so I suggest you leave this topic.
In response to LeeZein
Ok Lee, I'm not going to argue with you but seriously, 7 years old? I'm 13. And I can code better then you. Let's see you try to make something like this:

obj
Land_Mine
icon = 'Spells.dmi'
icon_state = "Bomb"
verb
Place()
set src in usr.contents
src.loc = usr.loc
usr << "You place a mine"
sleep(30)
src.icon_state = "Kasplode"
view() << "A Land Mine exploded near you!"
for(var/mob/M in view(3,src.loc))
if(M.key)
var/Damage = 100 - (M.DEF + M.BRR)
M.HP -= Damage
s_damage(M,Damage,"red")
M << "You got hit by the shockwave of a \
mine explosion and take
[Damage] damage!"
M.DeathCheck()
sleep(10)
del(src)
Get()
set src in oview(1)
if(src.loc != usr.contents)
usr << "You picked up a Land Mine."
usr.contents += src


I coded that in my spare time for my brothere's game A Nintendo Life.
In response to KirbyRules
so what you can code better, I dont care if your the best coder in byond, and I especially dont care if you can code better than me, so what you dont have any point.

I suggest you get out of this topic
In response to LeeZein
I was just correcting you about the 7 year old thing... You don't have to get all snappy about it.
In response to KirbyRules
Though, Kirby, that code blows. So not anything to be tough about... :/
In response to KirbyRules
The defender should be allowed to defend, as the attacker is allowed to attack.



Lee, have you coded in that variable? That by itself won't work...
In response to Mysame
geez guys I got it all out this topic should be closed already I figured out my mistake thanks to vito( and only vito) so I say topic is now, officially, and you better not post again here, CLOSED
In response to LeeZein
This topic isn't dead yet? jeez...
In response to Pyro_dragons
I really don't see how he can tell us what to do it its dead when its dead you are not a moderator don't try and act like one
In response to Pyro_dragons
Pyro dude...-.- topics closed is this some kind of party and i wasnt even invited(on my own topic)
In response to A.T.H.K
fine party all you want and everything you just said was stupid but anyways party here



Adam/LeeZein
In response to A.T.H.K
A.T.H.K wrote:
I really don't see how he can tell us what to do it its dead when its dead you are not a moderator don't try and act like one

I wasn't trying to sound like one. I was just surprised this topic hasn't ended yet.
Page: 1 2