• Adding Actions

    From Todd Holcomb@3:770/3 to All on Sun Mar 13 14:37:11 2022
    Is there a way to add more Actions which are viewed in Nodespy and Who's on the BBS? For example, mps door games like Double-up will show the user is "Playing Double-Up!" in Nodespy, and that information is contained within that game's script. Is there
    a way of showing what game a user is playing for non mps door games, like by using a command in the Theme/Prompt or Menu Editor?

    Thanks!

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From g00r00@1:129/215 to Todd Holcomb on Mon Mar 14 13:33:16 2022
    Is there a way to add more Actions which are viewed in Nodespy and Who's on the BBS? For example, mps door games like Double-up will show the
    user is "Playing Double-Up!" in Nodespy, and that information is
    contained within that game's script. Is there
    a way of showing what game a user is playing for non mps door games,
    like by using a command in the Theme/Prompt or Menu Editor?

    Yes you can add whatever you want when you configure your door in the menu editor. In this case you would add an action before running the program to set the node action, like this:

    Hotkey: 1
    Text : (1) My Game

    Action List:
    (NA) Set Node Action Playing My Game
    (DD) Execute external program c:\bbs\mygame.bat

    This will set the node action for that user to Playing My Name and then run the game.

    ... A house is a place to keep your stuff while you go out and get more stuff

    --- Mystic BBS v1.12 A48 2022/03/14 (Windows/64)
    * Origin: Sector 7 * Mystic WHQ (1:129/215)
  • From Todd Holcomb@3:770/3 to All on Mon Mar 14 21:06:39 2022
    On Monday, March 14, 2022 at 1:20:14 PM UTC-5, g00r00 wrote:

    Yes you can add whatever you want when you configure your door in the menu editor. In this case you would add an action before running the program to set
    the node action, like this:

    Hotkey: 1
    Text : (1) My Game

    Action List:
    (NA) Set Node Action Playing My Game
    (DD) Execute external program c:\bbs\mygame.bat

    This will set the node action for that user to Playing My Name and then run the
    game.

    Cool - thanks for the help as always!

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)