Difference between revisions of "OnHitWith"
Jump to navigation
Jump to search
imported>Deathbane27 |
imported>Quetzilla |
||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
begin OnHitWith ''ObjectID | begin OnHitWith ''ObjectID'' | ||
'''Example:''' | '''Example:''' | ||
begin OnHitWith SuperWeapon | begin OnHitWith SuperWeapon | ||
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
[[OnHit]] | *[[OnHit]] | ||
[[OnMagicEffectHit]] | *[[OnMagicEffectHit]] | ||
[[Category: Blocktypes]] | [[Category: Blocktypes]] |
Latest revision as of 23:37, 28 May 2008
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