Is there anyway to have a character pick up objects in stages. I mean like both player 1 and 2 being able to pick up the same object
You would have to code the object interactivity into the character using Mugen 1.0's character/stage interaction. For an example of how this is done, check Guillotine Gen by Amanojaku.
To identify the Stage, you can use Screenpos Y or Stagevar (only 1.0)For screenpos Y : you can check http://mugenguild.com/forumx/index.php?topic=9773.0For Stagevar : Can check your docs
MC2 said, January 16, 2011, 12:26:59 pmYou would have to code the object interactivity into the character using Mugen 1.0's character/stage interaction. For an example of how this is done, check Guillotine Gen by Amanojaku.I'm not sure, but i think that this would still leave the item behind on the stage, and the character would simply pick up a "clone" of it instead.Either way, an alternative (yet tedious) way to do it is to insert the entire code into every character... or the common file if all of the characters happen to share one.