GiveXP
Usage:
GiveXP(Actor, Amount)
Description:
The GiveXP command gives experience points to actor. It works on both player characters and NPCs. The actor will increase in level if you give them enough points.
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.