mob/verb/shoot()
var/icon/bullet = new('bullet.dmi')
Problem description:
meisters.dm:36:warning: bullet: variable defined but not used
Okay, I have made the bullet that's going to fire, but How do I use Move() and Bump() in order to fire the icon in the usr direction?
i know the code will look something like:
Bump() //Just basic idea, i know this isnt completely right
if(ismob)
del src
Here is my projectile coding. Use it if you wish. An example of how it is used: