MaxAttribute
Usage:
MaxAttribute(Actor, Name)
Description:
The MaxAttribute command returns the maximum level of a given attribute for an actor.
Example:
Function Main()
MyStrMax = MaxAttribute(Actor(), "Strength")
Output(Actor(), "You can have up to " $+ MyStrMax $+ " strength!")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.