• MPL Programming Question

    From Michael Batts@1:227/114 to All on Thursday, May 07, 2020 11:30:03
    If the command to set user security level is upuser(xx) and the command to
    set user time is setusertime(90) what is the command to set access flags
    (both set 1 and set 2)?

    Thanks in advance!

    Ya know, Avon; Maybe a message area just for MPL Programming would be nice?

    .\\ichael Batts
    a.k.a. stizzed (because, why not?)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: The ROCK BBS III - therockbbs.net - TELNET:10023 (1:227/114)
  • From g00r00@1:129/215 to Michael Batts on Friday, May 08, 2020 21:45:04
    If the command to set user security level is upuser(xx) and the command
    to set user time is setusertime(90) what is the command to set access flags (both set 1 and set 2)?

    UpUser will set their flags to the security profile you're upgrading to. But if you want to set them otherwise you can use MenuCmd function and the -D and -F menu commands as documented here:

    http://wiki.mysticbbs.com/doku.php?id=menu_commands#miscellaneous

    So MenuCmd('-F', '+A!B') for example.

    --- Mystic BBS v1.12 A46 2020/04/29 (Windows/64)
    * Origin: Sector 7 (1:129/215)
  • From Michael Batts@1:227/114 to g00r00 on Saturday, May 09, 2020 03:02:44
    Thanks g00r00, always great to hear from you!

    So MenuCmd('-F', '+A!B') for example.

    This is exactly what I was searching for!

    .\\ichael Batts
    a.k.a. stizzed (because, why not?)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: The ROCK BBS III - therockbbs.net - TELNET:10023 (1:227/114)