MirrorArea: ReferenceError mirrorCharacter is not defined

● ARCHIVED · READ-ONLY
Started by Underserial 7 posts View original ↗
  1. Hey there,

    can anyone help me with this plugin?
    https://github.com/biud436/MV/blob/master/RS_MirrorArea.js

    I want to use it with rpg maker mv 1.6.1 and getting this error:
    ReferenceError mirrorCharacter is not defined

    Im not into java script so if anyone could help would be nice!
    Thanks !
  2. Please show the following:
    1. Screenshot of the full error message (press F8 during the crash to open the console)
    2. Screenshot of your mirror event
    3. Screenshot of the plugin parameters
    4. Describe *when* the crash is occurring. When you use a plugin command? When you enter a map? When you walk to a mirror?
  3. Aloe Guvner said:
    Please show the following:
    1. Screenshot of the full error message (press F8 during the crash to open the console)
    2. Screenshot of your mirror event
    3. Screenshot of the plugin parameters
    4. Describe *when* the crash is occurring. When you use a plugin command? When you enter a map? When you walk to a mirror?


    Crash occurs after starting the game.
    Cant press F8
    upload_2018-8-20_20-9-47.png
    These are the plugin settings

    upload_2018-8-20_20-8-28.png
    event and command (event on PP or push to start makes no difference)


    upload_2018-8-20_20-8-51.png
    Error Message directly after starting the test game
  4. Sorry for my mistake. You need to use this link instead of latest version.
  5. biud436 said:
    Sorry for my mistake. You need to use this link instead of latest version.

    hey there,

    thanks for the fast response.
    which settings should be used for BIGCHARS?


    upload_2018-8-20_21-26-40.png


    upload_2018-8-20_21-27-9.png


    its working now.
    I saw the var was not defined

    something like this:
    var mirrorCharacter = new Sprite_Mirror( target ); mirrorCharacter.setProperties( graphics, event, offset ); this._mirrorCharacters.push( mirrorCharacter ); this._tilemap.addChild( mirrorCharacter );

    was missing
  6. Hello,

    I use this plugin meanwhile it deactivates the balloon icons.
    What is your solution?
    thank you
  7. @Thierry_RPG_22, please refrain from necro-posting in a thread. Necro-posting is posting in a thread that has not had posting activity in over 30 days. You can review our forum rules here. Thank you.


    Please make a new thread for your problem.