xboxscene.org forums

Author Topic: Context Menu With Entrymaker.xas Problem  (Read 123 times)

DNite

  • Archived User
  • Newbie
  • *
  • Posts: 2
Context Menu With Entrymaker.xas Problem
« 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.
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Context Menu With Entrymaker.xas Problem
« Reply #1 on: May 26, 2004, 05:24:00 PM »

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.
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Context Menu With Entrymaker.xas Problem
« Reply #2 on: May 26, 2004, 08:53:00 PM »

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.
Logged

pelago

  • Recovered User
  • Full Member
  • *
  • Posts: 209
Context Menu With Entrymaker.xas Problem
« Reply #3 on: May 27, 2004, 12:53:00 AM »

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?
Logged