Advertisement
Anloriz

Untitled

Jan 22nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. password=pbEnterText(_INTL("Inserta tu código."),0,12)
  2. Kernel.pbMessage(_INTL("Vale, déjame comprobar si este código es correcto.\\wt[10].\\wt[10].\\wt[10] \\wt[10].\\wt[10].\\wt[10].\\wtnp[10]"))
  3. if password=="RetrasoBeta"
  4. if $game_switches[476] != true
  5. Kernel.pbMessage(_INTL("¡Código Correcto!"))
  6. Kernel.pbMessage(_INTL("¡Aquí tienes un regalo para ti!"))
  7. pbWait(10)
  8. p=PokeBattle_Pokemon.new(:BANETTE,10,$Trainer)
  9. p.setAbility(0)
  10. p.makeMale
  11. p.ot="Bannete"
  12. p.giveRibbon(:BIRTHDAY)
  13. p.setNature(:ADAMANT)
  14. p.happiness=200
  15. p.obtainMode=4
  16. p.iv[1]=31
  17. p.iv[2]=31
  18. p.iv[3]=31
  19. p.iv[4]=31
  20. p.iv[5]=31
  21. p.iv[0]=31
  22. p.obtainText=_INTL("De tierras lejanas.")
  23. p.trainerID=666
  24. p.calcStats
  25. pbAddPokemonSilent(p,1)
  26. Kernel.pbMessage(_INTL("\\PN obtuvo a Bannete!\\se[PokemonGet]\\1"))
  27. $game_switches[476]=true
  28. else
  29. Kernel.pbMessage(_INTL("Este código ya ha sido usado."))
  30. Kernel.pbMessage(_INTL("¡Sigue disfrutando del juego!"))
  31. end
  32. elsif password=="DEMO"
  33. if $game_switches[477] != true
  34. Kernel.pbMessage(_INTL("¡Gracias por jugar la beta de Pokémon Eternal Spirit!"))
  35. Kernel.pbMessage(_INTL("¡Aquí tienes un regalo para ti!"))
  36. Kernel.pbReceiveItem(PBItems::ULTRABALL,10)
  37. $game_switches[477]=true
  38. else
  39. Kernel.pbMessage(_INTL("Este código ya ha sido usado."))
  40. Kernel.pbMessage(_INTL("¡Sigue disfrutando del juego!"))
  41. end
  42. else
  43. Kernel.pbMessage(_INTL("El código es erróneo.\\wtnp[20]"))
  44. Kernel.pbMessage(_INTL("Quizás el código se ya paso de fecha o es incorrecto."))
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement