Player.AddAction() ================== Appends a new action to the player's ActionSet. **Parameter** * actionObject : Spell - Action to append. **Usage** .. code-block:: python newPlayer.AddAction(WaitAbility(2))