Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 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
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,334 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Sorting Items in Shop Window Melana 13 15,859 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Display State Ranks in Status Screen Melana 3 6,825 04-02-2017, 12:46 AM
Last Post: marketing small business ideas
   Shop Issues :P LunarBerry 4 7,456 11-23-2016, 02:53 AM
Last Post: LunarBerry
   Atoa Custom Battle System: Popup when status change Noctis 6 9,339 02-01-2016, 12:52 AM
Last Post: Noctis
   Showing only specific skills in a window Melana 2 5,431 01-12-2016, 01:34 PM
Last Post: Melana
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 9,865 08-07-2014, 01:59 AM
Last Post: firestalker
   Dargor's Large Party script and shop menu Simon Greedwell 2 6,136 08-28-2013, 10:12 PM
Last Post: Simon Greedwell
   Help with Shop Menu [RPG Maker XP] JackMonty 6 11,989 05-23-2013, 10:14 AM
Last Post: JackMonty
  Changing Window Styles in Game JackMonty 8 9,837 03-22-2013, 11:54 PM
Last Post: JackMonty



Users browsing this thread: