Recent content by Bendix98

  1. B

    [Question] Move relearn

    Hello, I would like to implement the move relearn in the party menu as on PL:A, in version 19.1, I found the one for the 20 but it is not compatible
  2. B

    [Question] Mystery gift help

    I would like to implement access to the mystery gift system not only from the game menu but from the pause menu once the player unlocks the function, I use the radial menu Pokemon essentials v19.1
  3. B

    [Other Question] Fly don’t work

    I don't know haha I just know it works now, it doesn't make sense haha but I owe you life
  4. B

    [Other Question] Fly don’t work

    He told me “TriggerUseMove1” and “TriggerUseMove2” but it worked! It makes me fly
  5. B

    [Other Question] Fly don’t work

    Holy God, I'm an idiot! I missed a “ to close the text! I used fly, but No sentence comes out that you made me enter, so it doesn't trigger the move I know
  6. B

    [Other Question] Fly don’t work

    I checked, the script is spelled correct (_INTL etc. so I don't know what I need to correct now haha
  7. B

    [Other Question] Fly don’t work

    I reported the message by scanning the text with the phone, maybe the error was made by the phone itself hahha but I will check for security because I have a doubt xD
  8. B

    [Other Question] Fly don’t work

    The game tells me “Script '115' line PField_FieldMov: SyntaxError occured. compile error 115:PField FieldMoves:43: syntax error Kernel.pbMessage("triggerUseMove3") A 115:PField FieldMoves: 71: syntax error .Kernel.pbMessageLINTL("Sorry, a new Badge is required.,") . 115:PField FieldMoves: 71...
  9. B

    [Other Question] Fly don’t work

    The game crashes me as soon as I start
  10. B

    [Other Question] Fly don’t work

    No, it doesn't show me the writing
  11. B

    [Other Question] Fly don’t work

    I'll let you know later if it appears to me, and don't worry about the time you take, in fact I thank you infinitely for the help
  12. B

    [Other Question] Fly don’t work

    It shows me “Hello”, and then it opens the map it makes me select the point and then nothing comes back to the game without doing anything, I own all the medals in the game of course
  13. B

    [Other Question] Fly don’t work

    I have this code in PField_FiledMoves: def Kernel.pbUseHiddenMove(pokemon,move) return HiddenMoveHandlers.triggerUseMove(move,pokemon) end And these are the HiddenMoveHandlers HiddenMoveHandlers::CanUseMove.add(:FLY,proc{|move,pkmn,showmsg| return false if...
  14. B

    [Other Question] Fly don’t work

    Ok, the Kernel was missing, the code that comes out to me is 31417
  15. B

    [Other Question] Fly don’t work

    I added the line you wrote to me and now when I fly it gives me error and closes the game telling me undefined method “pbMessage” 😆
Back
Top