Get your own free workspace
View
 

MaxAttribute

Page history last edited by Gamemaster 3 years, 11 months ago

 

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.