Thread: shoot2()
View Single Post
  #22  
Old 08-21-2010, 03:02 PM
MrDunne MrDunne is offline
Registered User
Join Date: Aug 2010
Posts: 38
MrDunne is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
You are, that's what shoot already does / allows you to do.

What I'm interested in is functionality to allow projectiles to ignore walls, and being able to change the speed of projectiles that use 0 strength + zangle.
PHP Code:
shoot2(x,y,z,angle,zangle,strength,gravity,options ,ani,aniparams); 
In regards to Dusty's post: What does the gravity parameter mean then? For shooting arrows along an arc, you have to do some math, I believe.
Reply With Quote