MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Javascript/Java [Re: Interactive MOO]




>>>>>
@create $thing named AnsiCodes
@prop $AnsiCodes.escape "e"
(it is a letter)

I called it $AnsiCodes
then shutdown() and look for that "e" in the db file.
I replaced it for ascii 27 (escape code)
then restart again and programed verbs with things like:

notify(player,$AnsiCodes.escape+"[32m"+text);
<<<<<

Why are you using this nasty hack when 1.8.0 supports binary I/O?



Home | Subject Index | Thread Index