LoadMapChooseTeam in MUA vs XML2

Started by anent01, June 26, 2014, 11:25AM

Previous topic - Next topic
LoadMapChooseTeam MUA vs XML2

howdy all,

I was just wondering if there is a difference between MUA and XML2 when it comes to using the LoadMapChooseTeam command when trying to load a map; at the start of the game.

I'm really new to this, but I've figured out how to use it well XML2. MUA on the otherhand, really has me stomped...!

In XML2, it's easy: I just choose chars in HeroSelectXML, start a new game, then use LoadMapChooseTeam (in newgame.py) to jump to ACT 2 (or any act).

But it just isn't working for me in MUA:

Here is the MUA code that I've tried:

startMovie("cine01","waitSignal")
waitsignal("waitSignal")
unlockCharacter('dust', ' ')
unlockCharacter('goblinqueen_hero', ' ')
loadMapChooseTeam("act3\asgard\asgard1")

Unfortunately, it just brings me back to the main menu of the game.

I checked the knowledge base, and the LoadMapChooseTeam or LoadMapAddTeam didn't seem to be marked blue (to indicate the command is broken in MUA).

Could someone give me a hint or maybe point me in the right direction?