Get your own free workspace
View
 

AbilityLevel

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

 

AbilityLevel

Usage:

                AbilityLevel(Actor, Ability)

Description:

The AbilityLevel command returns the level an ability is at if the actor knows it, or 0 if the actor does not know it. You can change the level with the SetAbilityLevel command.

Example:

                Function Main()
                        Result = AbilityLevel(Actor(), "Heal Self")
                        Output(Actor(), "Your healing spell is at level" $+ Result)
                        Return()
                End Function

Comments (0)

You don't have permission to comment on this page.