xboxscene.org forums
OG Xbox Forums => Official MediaXMenu (MXM) Forum => Dashboard Forums => MXM ActionScripting Forum => Topic started by: halohacker2003 on April 19, 2004, 02:33:00 PM
-
i just switched from evox and i very confused how do i work scripts
-
Basically, in the menu.xml file (make one if you haven't... Check in 'Important Threads' then 'New Users'... and the link to the help site there)
<Item>
<Title>Something</Title>
<Action>
*** script goes here ***
</Action>
</Item>
Scripts are a list of commands, pretty similar to programming. See the script reference for more details. And there's lots of example scripts here too.
-
Some scripts say i need a file called blahblah.xas or something along that line where could i get this. also how do use scripts
This post has been edited by halohacker2003: Apr 20 2004, 05:14 PM
-
In that case, download from allxboxskins.com
or just put all the script commands into a text file, and rename it to .xas
And to call it, in your menu:
<Item>
<Title>Something</Title>
<Action>
Callfile c:\somescript.xas
</Action>
</Item>
-
ok thanx then how would i load it from the dashboard.......lol nerver mind.......im an a$$ sometimes
This post has been edited by halohacker2003: Apr 20 2004, 06:16 PM