Page 1 of 1

Need help 4 game

PostPosted: Thu May 18, 2006 2:20 pm
by speckford123
whats a good melee style system for damage?

PostPosted: Thu May 18, 2006 8:26 pm
by Game A Gogo
%,
Ex.:
if you hit someone, you do this, health,ennemy*=0.25;

ok...

PostPosted: Wed May 24, 2006 10:29 pm
by speckford123
yes, but what about flight distance?
would I put a variable in a collision action
in the script editor?

PostPosted: Wed May 24, 2006 11:18 pm
by Game A Gogo
you like when the guys is hit, he repulse backward?

well....yeah

PostPosted: Thu May 25, 2006 6:37 pm
by speckford123
i need to learn so if i recieve requests
for games i'll have greater variety

PostPosted: Thu May 25, 2006 8:20 pm
by Game A Gogo
then you must tell me what you want to do.

k

PostPosted: Fri May 26, 2006 4:24 pm
by speckford123
your flight distance (which slows down)
is affected by damage

PostPosted: Fri May 26, 2006 11:55 pm
by Game A Gogo
oh, then try this :directional_velocity-=3; or something like that.