ID:172409
![]() May 16 2004, 11:44 am (Edited on May 16 2004, 2:27 pm)
|
|
Ok, I am working on a shooter, and I am doing ok, but I have a major problem, and I have tried everything but what I need to do. When the user shoots, no special weopons, just makes a bullet icon move in the direction user was facing. When the bullet hits another player, how do I do dmg to them. I use hp for my health variable. I have tried many things, what do I need to do. Thanks to all that help ^_^ !
|
![]() May 25 2004, 3:22 am (Edited on May 25 2004, 3:28 am)
|
|
this is from one of my games you will need to edit it alot because i have removed just about everything that helped control it.
|
Your bump proc looks fine to me.
So amkes me wonder if your bullet even bumps. And that why you sould look if the walk proc is the right way to get a OBJ to bump into a other one. As i see it now (not sure of this) i would say this walk proc will stop when it encounters a dense onject. You sould use step_to (think that one WILL bump if a object is dense) Again, not sure of this all and I can't check because i'm on a PC without BYOND, but check urself =P. Good Luck, Greetz Fint |