• skip room name in inform6?

    From Rickard Hultgren@21:1/5 to All on Mon Dec 5 06:45:50 2022
    How to take away the room/object name in inform6? This object:



    Object Test "Test"
    with
    description
    [;
    if (command==0) print "setup" ;
    ],
    has light;



    ...gives the output:



    Test
    setup



    ...but I'd like to skip the "Test" part so the output would be only "setup".

    Thanks in advance

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)