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