• Doors Menu

    From Utopian Galt@21:4/108 to All on Sun Oct 31 10:31:51 2021
    I tried getting the doors menu to load but it doesnt load.

    FROM main.toml
    [[menuitem]]
    command = "SUBMENU"
    hotkey = "D"
    data = "doors"



    --- WWIV 5.5.1.3261
    * Origin: inland utopia * socal usa * iutopia.mooo.com:2023 (21:4/108)
  • From apam@21:1/182 to Utopian Galt on Mon Nov 1 08:05:20 2021
    I tried getting the doors menu to load but it doesnt load.

    Have you modified your doors.toml? There might be an error in there.

    Andrew

    --
    |03Andrew Pamment |08(|11apam|08)
    |13Happy|10Land |14v2.0|08!|07


    --- Talisman v0.29-dev (Linux/x86_64)
    * Origin: HappyLand v2.0 - telnet://happylandbbs.com:11892/ (21:1/182)
  • From Utopian Galt@21:4/108 to Apam on Sun Oct 31 15:51:24 2021
    BY: apam(21:1/182)


    I tried getting the doors menu to load but it doesnt load.

    Have you modified your doors.toml? There might be an error in there.
    Yes, I was trying to add Galactic Dynasty

    [[menuitem]]
    command = "RUNDOOR"
    data = "c:\bbs\dyn.bat"
    hotkey = "1"

    I think since some of my command lines are wrong, the bbs refused to load the file.


    --- WWIV 5.5.1.3261
    * Origin: inland utopia * socal usa * iutopia.mooo.com:2023 (21:4/108)
  • From apam@21:1/151 to Utopian Galt on Mon Nov 1 09:29:06 2021
    data = "c:\bbs\dyn.bat"

    You need to escape backslashes or use forward slashes in toml

    so either

    data = "C:/bbs/dyn.bat"

    or

    data = "C:\\bbs\\dyn.bat"

    Andrew

    --
    |03Andrew Pamment |08(|11apam|08)
    |13Happy|10Land |14v2.0|08!|07


    --- Talisman v0.29-dev (Windows/x64)
    * Origin: The Grinning Cat >^.^< (21:1/151)
  • From Utopian Galt@21:4/108 to Apam on Sun Oct 31 17:12:03 2021
    BY: apam(21:1/151)


    You need to escape backslashes or use forward slashes in toml

    And I finally got Galactic Dynasty configured on my win32 Talisman system.


    --- WWIV 5.5.1.3261
    * Origin: inland utopia * socal usa * iutopia.mooo.com:2023 (21:4/108)