[XP] Character Drop Down Menu

Started by nathmatt, April 15, 2010, 06:53:01 pm

Previous topic - Next topic

stripe103

I don't see why that would be a stupid question. :P

Unleashed

Quote from: nathmatt on July 11, 2010, 02:44:09 pm
sorry for the stupid questions but is my script below his mouse controller


yes it is...

jrbault

okay i keep getting this error.




These are the extra scripts and their order if its needed.

Tons of add ons 1,2,3
Mouse Controller by Blizzard
Mouse Controller Enhancement Script by Nathmatt
Character Drop Down Menu by Nathmatt
RPG Maker XP Online System (RMX-OS) (options,script,and main)

Wizered67

Make sure this is below RMX-OS.....

nathmatt

is it ? if it is i need to look into it
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


whitespirits

January 21, 2014, 05:46:35 am #25 Last Edit: January 21, 2014, 05:47:39 am by whitespirits

KK20


Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

whitespirits

Thank you :),  I can now click and see add party, buddy and trade but clicking them results in further errors, any idea?

http://s804.photobucket.com/user/richadam111/media/error_zps91254c19.png.html?sort=3&o=0

KK20

It seems when nathmatt updated his MCES script, he changed the parameter @wait into, what I believe to be, @lwait and @rwait.

In the MCES script, at this spot

  #============================================================================
  # MCES::Processor
  #----------------------------------------------------------------------------
  #  This class performs the $MCES's processing.
  #============================================================================
  class Processor
   
    attr_accessor :item,:curser_lock,:disabled,:movement_disabled,:location
    attr_reader   :event_start

add this to the following

attr_accessor :lwait, :rwait

Then, in the Drop Down script, at the line that the error pointed out to you, change it into
$MCES.lwait = 5


This is all conjecture based on what makes logical sense. If that doesn't work, someone else will have to help you.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

whitespirits