Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if sendout1<0 || sendout2<0
- sendout2 = nil
- pbDisplayBrief(_INTL("{1} envió a {2}!",@opponent.fullname,@party2[sendout1].name))
- @battlers[1].pbInitialize(@party2[sendout1],sendout1,false)
- @battlers[3].pbInitBlank
- @battlers[3].fainted = true
- pbSendOut(1,@party2[sendout1])
- else
- pbDisplayBrief(_INTL("{1} envió a {2} y a {3}!",
- @opponent.fullname,@party2[sendout1].name,@party2[sendout2].name))
- @battlers[1].pbInitialize(@party2[sendout1],sendout1,false)
- @battlers[3].pbInitialize(@party2[sendout2],sendout2,false)
- pbSendOut(1,@party2[sendout1])
- pbSendOut(3,@party2[sendout2])
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement