• Open a system menu from MPL

    From CatX@21:1/112 to All on Thu Nov 29 12:31:46 2018
    Is there any way for me to trigger the opening of a new mystic menu (the account menu to be precise) from an MPL script? I can't find this feature documented anywhere.

    I have a MPL-based profile screen that's shown to the user upon login, and I would like it to have the option to open the mystic account menu if the user wishes to make any changes.

    |10 ¿ÚÂÄ ³
    |10 ÃÁ´. ³ CatX
    |10 Ù ÀÙ ³

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Black Flag <ACiD Telnet HQ> blackflagbbs.com (21:1/112)
  • From Gryphon@21:1/120 to CatX on Fri Nov 30 15:50:40 2018
    On 11/29/18, CatX said the following...

    Is there any way for me to trigger the opening of a new mystic menu (the account menu to be precise) from an MPL script? I can't find this feature documented anywhere.

    There is a catch-all function that allows you to run any (most?) Mystic menu commands. It's called MenuCmd(<menu cmd>,<optional data>).

    Begin
    MenuCmd('GO','account')
    End

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Cyberia BBS | cyberiabbs.zapto.org | San Jose, CA (21:1/120)