xboxscene.org forums

Author Topic: Some Actions Not Running  (Read 100 times)

crobar

  • Archived User
  • Hero Member
  • *
  • Posts: 789
Some Actions Not Running
« on: November 08, 2003, 07:54:00 AM »

these should work right?

<Item>
<Title>reset menu</Title>
<Description>resets menu content</Description>
<Action>ResetMenuCache</Action>
</Item>

nothing happens

<Item>
<Title>Date/Time</Title>
<Description>Change Date/Time</Description>
<Action>C:DateFix.xas</Action>
</Item>

i get :
error line one (C:DateFix.xas) command not implemented

am i writing this in wrong?
im using mxm 9n6
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Some Actions Not Running
« Reply #1 on: November 08, 2003, 08:26:00 AM »

if you are loading from a file... you need to use the callfile command.

<item>
<title>Date Fix</title>
<descr>Repair Invalid or Set New Date</descr>
<Action>Callfile c:\mxmscripts\DateFix.xas</Action>
</item>
Logged

crobar

  • Archived User
  • Hero Member
  • *
  • Posts: 789
Some Actions Not Running
« Reply #2 on: November 08, 2003, 09:36:00 AM »

ok cool thanks alot
Logged

crobar

  • Archived User
  • Hero Member
  • *
  • Posts: 789
Some Actions Not Running
« Reply #3 on: November 08, 2003, 02:14:00 PM »

nice jorb
Logged