Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
jmickle66666666

Enemy that only gets damaged by a certain attack?

Recommended Posts

Of course it is.

You'll want to use custom damage types.

Something like this:

Actor WeirdMonster
{
      DamageFactor 0
      DamageFactor "SpecialWeapon", 1
      blah blah blah normal actor code
}
Then make sure your weapon's projectiles or puffs use DamageType "SpecialWeapon".

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
Sign in to follow this  
×