Josh64

Untitled

Nov 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if player:NeedsCharge()
  2. and player:GetActiveCharge() < 13 then
  3. if player:GetActiveItem() == CollectibleType.COLLECTIBLE_MEGA_BLAST then
  4. player:FullCharge(3)
  5. else
  6. player:FullCharge()
  7. end
  8. end
Add Comment
Please, Sign In to add comment