GUMPS LEVELUP MESSENGER FINAL 1.0

RPG Maker VX Ace

replaces the default level up msg in vx ace with a more detailed window.

  • Mattdk
  • 03/23/2013 06:55 AM
  • 5236 views
Gumps LevelUP Messenger replaces the default level up message built-in to vx ace with a more thorough window full of stat and skill details.

Read the comments at the top of the script for more information, and go through the settings.

FINAL 1.0 Update:Fixed aliasing to maximize compatibility and some bad spellign in comments. Can't think of anything else this needs so I'm calling it the final version.

Posts

Pages: 1
Ratty524
The 524 is for 524 Stone Crabs
12986
Got an error:

"line 535: Syntax error occurred

dynamic constant alignment
PENDING_MESSAGES = newmsg"

What to do?
author=Ratty524
Got an error:

"line 535: Syntax error occurred

dynamic constant alignment
PENDING_MESSAGES = newmsg"

What to do?

Strange, that shouldn't be happening. From what I can tell your using message type 1. All types have been fully tested and should work. Try with the Final version of the script I just released. Start with default settings, if everything works modify the settings to fit your game. If the error comes back, PM me and include a copy of your script settings. Could be a bug in the code, could be something up with your settings.

Suggestion: you can check for sure if the problem is code or not. Set GAINED_SKILL_MSGTYPE to 0 (default setting). If everything suddenly works fine, then theres likely a bug I need to fix. also, GAINED_SKILL_MSGTYPE needs to be set to a valid integer, 0, 1, 2, or 3. No quotes.

(line 535 is msgtype 1 being used, specifically as the new skill message is compiled).
Mine is doing the same thing as the above poster's. All the default settings are set.
Ratty524
The 524 is for 524 Stone Crabs
12986
I noticed something when I downloaded this script on another site: The script you posted there had proper indentations, while the script you posted here doesn't. The former script actually works fine.
I downloaded it from another site as well and it worked fine. It's something to do with this script. :P
I am sorry about that guys, and sorry for not checking in.

I'll review and try to fix any scripts that got faulty during submission.
Pages: 1