Resistance
Usage:
Resistance(Actor, Name)
Description:
The Resistance command returns the level of a given damage type resistance for an actor.
Example:
Function Main()
MyRst = Resistance(Actor(), "Piercing")
Output(Actor(), "You have " $+ MyRst $+ " resistance to piercing damage!")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.