Lionas
Lionas
Comments
-
I don't raid cities because city raids are boring and a part of an era of Imperian that should stay dead. It has nothing to do with apathy or stagnation.
They're amusing for one side or the other for a few minutes before they're boring fo… -
(Quote) The word you want is reasonable. It is certainly viable.
-
You can either use #switch (which is easier but only works if all the checks are based on the same variable's value) or chain ifs together like this:
#if (condition) {true stuff} {#if (second condition) {else if stuff} {else stuff}}
… -
Copied here in case it helps someone else.
(Ring): You say, "Syntax for if is."
(Ring): You say, "#if (condition) {true action} {false action}."
(Ring): You say, "You're missing {}."
-
EDIT: Nevermind
-
(Quote) Hangedman.
Are you done?
-
Tree side fo life, suckas
-
(Quote) You've gotten your 100cr worth of value out of them up to this point. You have the time before the system goes in to trade them in for 66 credits.
There is no reason to refund the item in its entirety because of the described fun… -
Here's the table I generate client-side. A command that did something like this would be snazzy.
Belief totals this month:
------------------------------------
Name: gross ( net )
-------------------… -
Look at Ruga, breaking things again.
-
On the subject of owned artifacts - let me combine effects from multiple artifacts onto one item.
-
(Ring): Aleutia says, "Grammartron strikes again."
-
The standard procedure has been to TYPO or BUG anything missing, so I'd start by going through those categories. I know I have a ton pending.
EDIT: And for people bugging them, for ease of sorting make sure you put a header in the bug rep… -
For elections that involve a person stepping down, it is currently possible to quit an election after it has started to remove themselves from the list.
For II, you can use "ii titled <thing>" to do a string search, the old ii funct… -
(Quote) Led.
-
(Quote) Made the world a better place within which to live.
-
(Quote) But I've been saving this one..
-
-
Before I go to sleep, I must make one comment on the subject of resolutions.
-
I don't think numbers should be displayed at all. If they are, they should only be on unique rooms.
Also, the ability to use pathfinding/MAP/roomnum while blind (but without mindseye) should be looked at.
-
I know references to Zelda help my immersion.
EDIT: I have an hour to perform bad photoshop before I can't edit this. Wish me luck!
EDIT 2: Two minutes!
-
If vnums are placed on rooms, anywhere, they should only appear if it is the only room in the world with that name.
-
So does the CMUD mapper, so does IMAP. That isn't relevant, because this is a thread about path find.
-
Use PCRE. Here's a cheatsheet. http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/