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)
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)
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)
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)