tanabi
tanabi
Forcing a thing to execute an action that recycles it in the process will crash. Fuzzball seems to try to set an internal property on the object when it no...
The following commands: ``` @create bug @desc bug={delay:20,{lit:{store:bar,foo,this}}} look bug @rec bug ``` will leave the process created by the look in the timequeue. If no other object is created,...
This isn't a server bug, really, but a bug in the standard sweep program. It is possible to make a Thing object be unsweepable, due to the parent loop checks....
On a muck with the 'gohome' command set (where gohome is the usual metalink global exit to *HOME*) do the following. ``` @crea gh_toy @crea ride_toy @link ride_toy=gh_toy @set ride_toy=x...
As I'm working on the MUF commands, I'm noticing that the error message strings are repeated literally all over the place. If we were to ever want to do any...
with the fmtstring prim we Fuzzball now has something like C's sprintf. It would be nice if we had something like sscanf as well which would do: ```sscanf[ str:text str:format...
Okay, as a player, I've wanted this for a really long time. Even as a server admin, this would be super handy. I would love for @ lock to parse...
To give an example: If you have an action named 'a' that takes arguments and a program like this: : main "a thing" match unparseobj .tell ; It will match...
List functions lcommon, lremove, etc don't act upon a passed, given argument of null. This means you have to pass two nulls in a list to remove null items from...