• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

extendtext.exe is doing nothing. :(

  • 41
    Posts
    12
    Years
    I ran into an issue with Pokémon Essentials with giving the player 15 items. The error is because the code that I put in is;

    $PokemonBag.pbStoreItem
    (:TINYMUSHROOM,15)

    instead of;

    $PokemonBag.pbStoreItem(
    :TINYMUSHROOM,15)

    as RMXP has no space for the latter.

    So I look on the forums and found out that I need to use extendtext while I had my script window open. I opened it, did nothing, Administrative rights, nothing even with WinXP-SP2 compatibility. Any ideas for a fix/workaround. Win7 64bit, Essentials 12.2

    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: RuntimeError

    Message: Script error within event 1, map 199 (Auburton Restaurant):

    Exception: SyntaxError

    Message: (eval):2:in `pbExecuteScript'compile error
    (eval):2: syntax error
    (:TINYMUSHROOM,15)
    ^

    ***Line '(:TINYMUSHROOM,15)' shouldn't begin with '('. Try

    putting '(' at the end of the previous line instead,

    or using Extendtext.

    ***Full script:

    $PokemonBag.pbStoreItem
    (:TINYMUSHROOM,15)




    Interpreter:276:in `pbExecuteScript'

    Interpreter:1600:in `command_355'

    Interpreter:494:in `execute_command'

    Interpreter:193:in `update'

    Interpreter:106:in `loop'

    Interpreter:198:in `update'

    Scene_Map:103:in `update'

    Scene_Map:101:in `loop'

    Scene_Map:114:in `update'

    Scene_Map:68:in `main'



    This exception was logged in

    C:\Users\David\Saved Games/Pokemon Essentials/errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
     
    Back
    Top