How to remove sub window during item selection

● ARCHIVED · READ-ONLY
Started by Punisher699 7 posts View original ↗
  1. Hey guys !!

    I'm using an actor window in my menu and you know when we use an item there is a window popping out (sub window) to select a character, right ?

    I don't want that window but I want to use my actor window for selection instead .

    Please can you help me ? :)

    Thank you
  2. Punisher699 said:
    Hey guys !!

    I'm using an actor window in my menu and you know when we use an item there is a window popping out (sub window) to select a character, right ?

    I don't want that window but I want to use my actor window for selection instead .

    Please can you help me ? :)

    Thank you

    Whoever made the script you're using, should've overridden the char selection proc altogether, who created the script?
  3. This is dragon quest menu script

    http://forums.rpgmakerweb.com/index.php?/topic/15572-dragon-quest-style-scripts-menu/

    My actor window is always visible , I did a lot of mods on it . I just want to use the actor window for selections

    Edit: I checked and I think you are right he modified something

    Edit2: my actor window is showing up during the item scene . It stays visible in all menu scenes pretty much. Just saying :)
  4. Punisher699 said:
    This is dragon quest menu script

    http://forums.rpgmakerweb.com/index.php?/topic/15572-dragon-quest-style-scripts-menu/

    My actor window is always visible , I did a lot of mods on it . I just want to use the actor window for selections

    Edit: I checked and I dont think he touched the scene item , so I need to mod the original script

    When you said you were using a Actor Window, I thought you meant like in the Diablo games.

    Let me guess, there's only one Actor in your game, so you want to remove their char selection window, when using items, and such?

    Yea you're going to need to edit the script, I know what you need to edit, and what you need to tell the system to change it, but I'm not good enought with scripting, to tell you exactly what to write down.

    I suggest you repost this in the script support forum, and make sure you post the link to that script.
  5. Well this is confusing I think ... Originally there is one actor window showing up and the scene item is using that actor window for selection. But the problem with my script is that the guy has created an another actor window to show up and when I want to use an item ? It is using the original actor window instead of the one in the DQ script . So I can see 2 actor windows showing up

    Does it make sense ?
  6. Punisher699 said:
    Well this is confusing I think ... Originally there is one actor window showing up and the scene item is using that actor window for selection. But the problem with my script is that the guy has created an another actor window to show up and when I want to use an item ? It is using the original actor window instead of the one in the DQ script . So I can see 2 actor windows showing up

    Does it make sense ?

    Oh ok, that sounds like a conflict with another script.

    Are you perhaps also using a menu manager script or some other script that edits windows as well?
  7. Right now I think this is my bad afteralll ... When I go back home , I'll check whats going wrong and let you know :)

    Sorry about that thx for ur help tho