Something I noticed about the Advanced Shop Status Window
#5
Besides what you found? Which you spotted brilliantly, might I add...

I doublechecked and made sure that the code itself wasn't changed other than the re-insert of comments, so the original script IS intact in the thread. The errors in what is posted here are the same original errors from Phylomortis.com.

It appears that a second instance of setting the font and fontsize to 24 were not added to the beginning of the for actor.... end block.

It kinda resembled this:
Code:
SET FONT TO 24
FOR ACTOR...
  GET DATA
  IF IT IS THIS....
    SET FONT TO 16
  END
  PRINT IT ON SCREEN
END

When it should have resembled this:
Code:
FOR ACTOR...
  SET FONT TO 24
  GET DATA
  IF IT IS THIS....
    SET FONT TO 16
  END
  PRINT IT ON SCREEN
END

It needed to reset the font for each iteration, but didn't.

Oh, and I fixed that characterset appearance bit by adding a set of code that made sure the window was visible or not.... and to make sure it only worked if the characters were even drawn. If they weren't on the screen, it coulda caused an error if I tried to make non-existant characters invisible. *KE-RASH!*
DerVVulfman's 'regular Joe' account for testing and permissions use.
Who watches the Watchmen?
Reply


Messages In This Thread
RE: Something I noticed about the Advanced Shop Status Window - by NightOwl - 08-21-2011, 07:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Parts of the Equip, Spells, and Status menus persist even after exiting the menu Ace_V 5 3,118 12-29-2024, 06:09 AM
Last Post: Ace_V
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 21,262 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Sorting Items in Shop Window Mel 13 22,424 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Display State Ranks in Status Screen Mel 3 9,021 04-02-2017, 12:46 AM
Last Post: marketing small business ideas
   Shop Issues :P LunarBerry 4 9,887 11-23-2016, 02:53 AM
Last Post: LunarBerry
   Atoa Custom Battle System: Popup when status change Noctis 6 13,534 02-01-2016, 12:52 AM
Last Post: Noctis
   Showing only specific skills in a window Mel 2 7,323 01-12-2016, 01:34 PM
Last Post: Mel
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 13,605 08-07-2014, 01:59 AM
Last Post: firestalker
   Dargor's Large Party script and shop menu Simon Greedwell 2 7,806 08-28-2013, 10:12 PM
Last Post: Simon Greedwell
   Help with Shop Menu [RPG Maker XP] JackMonty 6 15,278 05-23-2013, 10:14 AM
Last Post: JackMonty



Users browsing this thread: 1 Guest(s)