Brand MU Day
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    MU Peeves Thread

    Scheduled Pinned Locked Moved Rough and Rowdy
    3.9k Posts 172 Posters 2.7m Views 7 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      RightMeow @helvetica
      last edited by

      @helvetica

      I feel left behind in the games on a level that I just can’t seem to find the time or the people to RP with. I use to have a whole circle, so I get it.

      Also please don’t compromise your comfort or trust. It has never led a person to great things. Maybe you could Discord RP? I hear people do that. Then you don’t have to set up a MU* and it can be just people you trust.

      I hope you feel more interested and invested.

      1 Reply Last reply Reply Quote 5
      • JumpscareJ Offline
        Jumpscare @bear_necessities
        last edited by Jumpscare

        @bear_necessities said in MU Peeves Thread:

        @KarmaBum dammit YOU are the sock puppet not me, I am a bear in a bat suit.

        @Pyrephox said in MU Peeves Thread:

        @KarmaBum Now I feel like if we ever saw a photo of you two, it’d be like…ALMOST the same photo, but with enough unsettling details different that it just wigs the viewer out.

        I had to throw this mental image into DALL-E to see how faithfully it’d recreate it. Spoilered for people who gets disturbed by AI imagery.

        DALL·E 2023-03-06 23.42.26.png

        Edit: That wasn’t the image I meant to pick out but it works all the same. Your bond is unbreakable.

        Game-runner of Silent Heaven, a small-town horror MU.
        https://silentheaven.org

        SnacknessS 1 Reply Last reply Reply Quote 3
        • SnacknessS Offline
          Snackness @Jumpscare
          last edited by

          @Jumpscare Oh god and also, accurate

          1 Reply Last reply Reply Quote 0
          • SpaceKhomeiniS Offline
            SpaceKhomeini
            last edited by

            Every time someone makes a reference to something I don’t recognize and I have to remind them I never set foot on Arx and I have no idea what the fuck they’re talking about –

            And then they try to explain with another Arx-related reference

            I woke up feeling so good, I think I’d better call in sick/ I need a personal trainer to help me hold my drink
            I plan to be spontaneous next time we meet/I’m putting off procrastinating until next week
            I’ll get onto it when I give a shit

            KarmaBumK 1 Reply Last reply Reply Quote 12
            • HerjaH Offline
              Herja
              last edited by

              Yeah, man, fuck those Arx people. They are just so annoying.

              lol lmao

              It’s me, hi, I’m the problem it’s me

              1 Reply Last reply Reply Quote 4
              • SnacknessS Offline
                Snackness
                last edited by

                Should I…should I post the thing?

                T hellfrogH 2 Replies Last reply Reply Quote 4
                • T Offline
                  Testament @Snackness
                  last edited by

                  @Snackness

                  do it

                  I don’t know what I’m doing. Poke at Seven Nations sevennations.aresmush.com port 2021

                  PolkP 1 Reply Last reply Reply Quote 1
                  • PolkP Offline
                    Polk @Testament
                    last edited by

                    @Testament We need a Don’t Don’t Don’t Arx sign.

                    1 Reply Last reply Reply Quote 1
                    • PavelP Offline
                      Pavel
                      last edited by

                      just don't

                      He/Him. Opinions and views are solely my own unless specifically stated otherwise.
                      BE AN ADULT

                      1 Reply Last reply Reply Quote 3
                      • hellfrogH Offline
                        hellfrog @Snackness
                        last edited by

                        @Snackness choke frog

                        fr fr
                        (she/her)

                        1 Reply Last reply Reply Quote 3
                        • KarmaBumK Offline
                          KarmaBum @SpaceKhomeini
                          last edited by

                          @SpaceKhomeini RIGHT?!!?!

                          1 Reply Last reply Reply Quote 0
                          • WizzW Offline
                            Wizz
                            last edited by

                            alt text

                            1 Reply Last reply Reply Quote 2
                            • G Offline
                              Gasboy @helvetica
                              last edited by

                              @helvetica I can relate to this. I’m 50. I started mushing at 20, when I was immortal, infertile and insomniac. Stay up til 3 am and still get to classes with bows on? Damn skippy!

                              Now? I can’t stay up that late and function at work. All of my friends, new and old, seem to be up at all hours, like the good old days… and stuff’s happening while I sleep. Hate that feeling of being left behind.

                              1 Reply Last reply Reply Quote 4
                              • GashlycrumbG Offline
                                Gashlycrumb
                                last edited by

                                And back to petty peeves:

                                You enter a common command, say, @mail/toss and the MUSH tells you ‘use @mail/abort instead’ and you wonder why anybody would take the trouble to code that but not just make both commands work. Is the latter not actually the same or less work?

                                “This is Liberty Hall; you can spit on the mat and call the cat a bastard!”
                                – A. Bertram Chandler

                                crawfishC JumpscareJ 2 Replies Last reply Reply Quote 5
                                • crawfishC Offline
                                  crawfish @Gashlycrumb
                                  last edited by

                                  @Gashlycrumb Five commands that do the same thing.

                                  I draw things! http://www.mahaldoodles.com

                                  1 Reply Last reply Reply Quote 0
                                  • JumpscareJ Offline
                                    Jumpscare @Gashlycrumb
                                    last edited by

                                    @Gashlycrumb
                                    In Evennia, it’s significantly less work to create aliases.

                                    You’d go from something like this…

                                    If cmd_switch in ('cancel', 'abort'):
                                    

                                    To this…

                                    If cmd_switch in ('cancel', 'abort', 'toss'):
                                    

                                    Game-runner of Silent Heaven, a small-town horror MU.
                                    https://silentheaven.org

                                    KarmaBumK 1 Reply Last reply Reply Quote 2
                                    • KarmaBumK Offline
                                      KarmaBum @Jumpscare
                                      last edited by

                                      @Jumpscare It’s SUPER easy in Ares, too.

                                      But in old MUSH, doing this seems like it should’ve been easy, but it really wasn’t. Just looking at your command, it’s probably a softcoded alias for a hardcoded command.

                                      So basically @mail/abort is like pushing a button from inside the MUSH to move a forklift outside a fence. The button is small, but the forklift is too big to move inside the fence.

                                      Inside the MUSH, there’s a command that probably says something like &cmd-mail-toss object=$@mail/toss:@pemit %#=Use @mail/abort.

                                      Changing that command so it actually ran @mail/abort would either be dangerous (@fo %#) or basically rebuilding the entire forklift inside the MUSH but out of popsicle sticks.

                                      tl;dr use @mail/abort instead

                                      PavelP 1 Reply Last reply Reply Quote 5
                                      • PavelP Offline
                                        Pavel @KarmaBum
                                        last edited by

                                        @KarmaBum Yeah, in theory, you could just @fo %#=@mail/abort %0, but you’d want to wrap it up to ensure that it only accepts certain things as an input… It’s more work than it’s worth and the @pemit route is easier, safer, and won’t break something important down the line.

                                        He/Him. Opinions and views are solely my own unless specifically stated otherwise.
                                        BE AN ADULT

                                        1 Reply Last reply Reply Quote 1
                                        • CobaltC Offline
                                          Cobalt
                                          last edited by

                                          Half RL Peeve, half RP Peeve:

                                          I have the magic formula; woke up early, have a few hours I could RP, have someone interested in RPing with me…

                                          Go to start the scene and between one blink and the next fatigue has hit me so hard my eyes are burning.

                                          cob.alt@Discord

                                          1 Reply Last reply Reply Quote 6
                                          • RozR Offline
                                            Roz
                                            last edited by

                                            It really, really sucks feeling like it might be time to let go of something that’s been with you for a very long time.

                                            she/her | playlist

                                            shit-piss-loveS 1 Reply Last reply Reply Quote 26

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • First post
                                              Last post