OnHitWith
Jump to navigation
Jump to search
Syntax:
begin OnHitWith ObjectID
Example:
begin OnHitWith SuperWeapon
This block will be run once when the scripted actor is hit by the specified weapon. If no parameter is used, the block will be run when the scripted actor is hit by any weapon.
This can also be used on Activators as well as Actors. However, Activators only recognize Ammo hits with this function. So, the following will work on Activators:
Begin OnHitWith Arrow1Iron
But the following will NOT:
Begin OnHitWith WeapSteelClaymore Begin OnHitWith WeapElvenBow