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

All monsters drop one item

Recommended Posts

Im making a small mod where one of your weapons requires ammo that you can get from every monster, but i dont know how to make every monster drop the ammo.
help please.

Share this post


Link to post
dufferton said:

it does, kind of, but i dont know how to make all of the monsters drop the item


Try this:

ACTOR NewCaco : Cacodemon replaces Cacodemon

{  
  DropItem (item you want dropped)
}
I think I got it right. This code will cause the stock Cacodemon to drop an item when it dies. You can alter this easily for all the other monsters.

Share this post


Link to post

Ah thanks a lot for the hint! it helps a lot to make combat in my wad a bit more "push forward"-style if Fatsos, Cacodemons or other drop shells etc. 

Share this post


Link to post

...cripes, didn't expect to see me from 2014.

 

Also @Belleth, just a general rule of thumb: if a thread has been inactive for quite some time, it's often best to not comment on it. Makes things confusing for people browsing and in the case of old projects it fools people into thinking there's updates or stuff like that.

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
×