Avatar

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

  • Re: I HEART

    That would carry water, if we had any meaningful interaction outside of the forums. EDIT: While it isn't explicitly called out in the current version of the forum rules, "Fixed" posts are … (View Post)
  • Re: Clueless

    The surcoat was always massively underpriced for its value. Since its effect was changing, they took the opportunity to also increase the price. The change in effect isn't really a change, so much a… (View Post)
  • Re: Quotes

    Susser tells you, "And you can verify it works yourself anyway, so there's no need!" You tell Susser, "Yeah, but where am I going to find four children at this time of night?" Sus… (View Post)
  • Re: Issue with string.find in Mudlet

    String.find allows for pattern matching. ( and % are reserved characters in pattern matches (start of capture group and start of pattern symbol, respectively)). Escaping those characters should work.… (View Post)