Duel.SetLP
Source Code | Usage Examples | Duel Functions
Sets a specified player's (int player) current Life Point to (int lp). (Used by effects that "make the LP become X")
Signature
Duel.SetLP(int player, int lp) → nil
lua
Duel.SetLP(player,lp)