SetActorLevel
Usage:
SetActorLevel(Actor, Level)
Description:
The SetActorLevel command sets the level of an actor. All actors start at level one and increase in levels as they gain experience. See GiveXP.
Example:
Function Main()
SetActorLevel(Actor(), 2)
Output(Actor(), "You advanced to level 2!")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.