ID:165033
 
I have a problem. I am making an Dragonball game and the beams work and hits and all, but, if the opponent is flying it will just go pass them, i am using Bump(). I tried using Enter() but it didnt work, please help.
I probably cant help you but try posting the code so others can take a look at it to see what the problem is.
If you've actually read the DM Reference entry for Bump(), you'd have known why that happens. If you want beams to hit nondense atoms, you have to override turf/Entered(), and if the object that entered that turf is a beam and there is also a mob(s) in the turf, damage that mob.
In response to Kaioken
can you give me an example code?
In response to Berlin2222
No. Read the following reference entries:

--Entered()
--contents
--loc
--turf

And you should be able to figure it out.