MU Soapbox

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Muxify
    • Mustard
    1. Home
    2. Tags
    3. tutorial
    Log in to post
    • All categories
    • Griatch

      I made a Python-with-Evennia tutorial (looking for feedback)
      MU Code • evennia tutorial • • Griatch

      34
      13
      Votes
      34
      Posts
      4961
      Views

      Griatch

      @tehom said in I made a Python-with-Evennia tutorial (looking for feedback):

      @cobaltasaurus said in I made a Python-with-Evennia tutorial (looking for feedback):

      I, um, have a dumb question but so far I can't find it in the documents. How do I get information about an object-- for example location?

      The @ex command is a staff command for returning a display with information on an object. You can also examine individual values in its attributehandler with @ex <object>/<attribute>.

      For a lot of things I tend to rely on using @py, which is a powerful command used for executing arbitrary python code. Like I'll frequently do something like: @py x=self.search("whatever");x.do_some_other_call();self.msg(str(x.do_something(some_parameter))) to see the return value of calling a method on some object.

      @Cobaltasaurus Also, for completeness, note that you can skip the initial @ for all commands if you want (so examine, py rather than @examine, @py etc) or use some other prefix you prefer like +, / or & (this is configurable in settings).
      .
      Griatch

    • Cirno

      TUTORIAL FOR USING THE BOARD
      Suggestions & Questions • help guide faq tutorial techsupport • • Cirno

      5
      4
      Votes
      5
      Posts
      2484
      Views

      Bobotron

      Search the site from google.

      Go to google.
      Type site:musoapbox.net "stuff to search" and it'll work correctly.

    • Cobalt

      Building: A Basic Tutorial
      How-Tos • tutorial building tinymux • • Cobalt

      58
      6
      Votes
      58
      Posts
      35409
      Views

      Highfalutin

      @skew Thank you!

    • Cobalt

      Basic Anomaly +Jobs Functions
      How-Tos • anomjobs tutorial anomalyjobs tinymux • • Cobalt

      7
      3
      Votes
      7
      Posts
      6914
      Views

      Cobalt

      @Scorn said in Basic Anomaly +Jobs Functions:

      Maybe I'm crazy. I probably am. (Okay, definitely.) But I'm curious.. how difficult would it be to configure the list of displayed jobs (i.e. when you type +jobs) to include the name of the submitting player as well as bucket, job name, due date, assigned, status?

      (Ssssh, I'm not supposed to post.)

      But this is actually already a function. You just change your &jobs me=<stuff>. For example: &jobs me=BOTD will give you bucket, opened by, title, and date. &jobs me=BOTDS gives bucket, opened by, title, date, status.

    • Glitch

      Zero to Mux (with wiki)
      How-Tos • tutorial mux digital ocean tinymux • • Glitch

      95
      11
      Votes
      95
      Posts
      45185
      Views

      skew

      @ziggurat @Thenomain updated instructions, and my notes above (maybe back a page?) built on that.

      Check it out here: https://musoapbox.net/topic/138/zero-to-mux-with-wiki/41

    • 1 / 1