[506] in Coldmud discussion meeting

root meeting help first previous next last

bugs bugs bugs

daemon@ATHENA.MIT.EDU (Tue Nov 1 18:52:03 1994 )

From: brandon@riverheights.declab.usu.edu
To: coldstuff@MIT.EDU
Date: Tue, 01 Nov 94 16:51:12 -0700

I've got a very odd situation.  Basically upon startup:

ERROR: class 7523 name coordinate_shortcuts unparseable: #[["n?orth", [0, 0]], [
"s?outh", [180, 0]], ["e?ast", [90, 0]], ["w?est", [270, 0]], ["ne|northeast", [
45, 0]], ["se|southeast", [135, 0]], ["nw|northwest", [225, 0]], ["sw|southwest"
, [315, 0]], ["up", [-1, 90]], ["d?own", [-1, -90]]]

The parameter 'coordinate_shortcuts' is COMPLETELY valid, as far as I can
tell there is nothing wrong with the above parameter.  Hell, the driver
is the one who created it (it wrote it into the textdump), and it accepted
it on an eval, so why will it not accept it when reading in the textdump?

-Brandon