Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
deepthought

projectiles spawning projectiles

Recommended Posts

Maybe. It depends on which function is used to spawn the subprojectile. If it transfers its parent's "target" pointer, then yes. If it uses its parent as the target pointer, then no.

All projectile-spawning functions in the vanilla exe write the parent as the projectile's target, so you won't have any luck with DeHackEd tricks.

Share this post


Link to post

i'm using DECORATE with skulltag. i really need to remember to specify which port. but i'm creating a flamethrower. if a flame ball hits a wall or floor, it will spawn a fire. if it hits an actor, it will spawn a fire that sticks to them. the idea is that if anybody walks too close to the fire, it'll kill them.

Share this post


Link to post

You'd need to use A_SpawnItemEx here, but unfortunately I think Skulltag doesn't have the transfer pointers flag yet, so you're out of luck.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×