Author Topic: Getting weapon image from a projectile  (Read 389 times)

How do I get the firing weapon image for a projectile?

You would have to package the firing function to add the image's name to the projectile as a value.

example

package
firing function
%p = parent function
%p.image = %this
return %p

Problem is that this wont work for all weapons.
Example, a shotgun. Only one of the projectiles will actually have this value.