Announcement

Collapse
No announcement yet.

Custom Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom Menu

    How do I be able to check stats or go to items menu, whenever I make a
    custom one, because when I tried putting check stats or item menu screen,
    after the other menu.

    Member of the CClitte

    #2
    Re: Custom Menu

    Well check stats you're going to have to get creative with, since I'm pretty sure there is no way to call the default stats menu from a custom one. So you will need to either use the message box, or text boxes or VFX to display the stats.

    Items will be similar, though I've heard you can use the Display Sell List within a merchant script to have a nice way to show items. Of course this will only work on the world map, and only within the script for a merchant command.

    The other way is to iterate through the items using Data->Game Info->Load. By putting the item in var 134:ItemNumber it will output the item name to Input 1:Common Name, and then put quanity of the item in 80: Total Items. Then to get any more info on the item call Data->System->Load Item Info. Display this in the message box using Screen Display->Content->Variable or Input. Not the nicest way to display it but it does work.

    So basically doing this is going to be quite a bit of work, and it will more than likely take up a bit of memory. So look over a lot of the Data commands and the variables they involve, and check out how to make the merchant functions do things other than what they're supposed to.

    Play around with these and if you still have anymore questions, ask away.
    Last edited by thetruecoolness; 06-14-2005, 06:15 PM.
    はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
    http://www.thetruecoolness.com/

    5198-2124-7210 Smash

    Comment


      #3
      Re: Custom Menu

      thanks.

      Member of the CClitte

      Comment

      Working...
      X