xboxscene.org forums
OG Xbox Forums => Official MediaXMenu (MXM) Forum => Dashboard Forums => MXM ActionScripting Forum => Topic started by: DNite on May 26, 2004, 02:17:00 PM
-
I'm trying to get the EntryMaker script to work for me. I'm very new to MXM, but I'm really liking it. I just can't seem to get this script to work. I put the following in my mxm.xml (located in c:\) .. but I don't get the context menu item in Game Options like I'm supposed to. No errors, nothing. Just like I didn't do anything. Is there anything I'm missing here?
<Context>
<Item Name="Make Entry">
<Mode>HD</Mode>
<Action>CallFile c:\mxm\scripts\EntryMaker.xas</Action>
</Item>
</Context>
Thanks in advance.
-
can you check if removing the <Mode>HD</Mode> tags fixes the problem, if I remember right... i ran into this before. I just cant remember the exact version.
-
Was it 9n.6 that had the 4x context bug?
Try adding that exact same thing to your MXM.xml file 4 times in a row.
-
DNite, I know what's wrong, as I was trying to get this working for a couple of hours too. It turns out that EntryMaker.xas simply doesn't work in 0.9n6 :-( It's a shame.
The pinned thread Actionscript Collection doesn't mention this fact, but the main thread for the script Entry Maker, A Context ActionScript I made does.
Can the pinned topic be updated to mention this? Or maybe remove the script from the pinned topic as it is WIP only?