Get your own free workspace
View
 

UpdateXPBar

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

 

UpdateXPBar

Usage:

                UpdateXPBar(Actor, Amount)

Description:

The UpdateXPBar command changes the position of a player's XP progress bar. The Amount parameter should be from 0 to 255 where 0 is empty and 255 is full.

Example:

                Function Main()
                        // Reward for quest completion
                        GiveXP(Actor(), 150)
                        Return()
                End Function

Comments (0)

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