Script Request

● ARCHIVED · READ-ONLY
Started by nadiya2000 6 posts View original ↗
  1. Does anyone have a idea that have 12 party members can be shown in one windows in battle at same time?
  2. What happens if you just change the number of battle members in Game_Party from 4 to 12? Though that would mean you'd have 12 people walking around on the map together.


    Are you using any custom battle scripts (like side view)?
  3. Shaz said:
    What happens if you just change the number of battle members in Game_Party from 4 to 12? Though that would mean you'd have 12 people walking around on the map together.

    Are you using any custom battle scripts (like side view)?
    Yes, I am. I used Victor Side View Battle Engine.
  4. If the actors are shown in battle as more than a list (which automatically includes all sideview battlescripts with sprites), then it depends on the battlescript.


    That script needs to be able to manage the additional actors, and it needs positions to place their sprites.


    Some battlescript are written with that in mind and automatically recalculate the needed graphics, but I don't think Victor's can. This means it will need a rewrite of that specific battlescript to enable you to do that.
  5. Can you please include a link to the script?