Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire on HP9000 (fwd) / and inventory naming
- To: crossfire (at) ifi.uio.no
- Subject: Re: Crossfire on HP9000 (fwd) / and inventory naming
- From: Scott MacFiggen <>
- Date: Thu, 09 Jun 1994 17:08:12 -0700
- In-reply-to: Your message of "Thu, 09 Jun 1994 16:21:38 PDT." <>
In message <>you write:
> actually, one thing I noticed for X11R6, at least, is that comment
>lines should use XCOMM at the start. I imagine this is supposed to be
>portable across all systems, where as the C style comments are not.
I believe that was standard in R5. I'll have to double check
with my Imake book when I get home.
Also, I want to change the way crossfire displays stuff in inventory
a bit (Don't worry, this will be ifdef'ed). My idea is to have symbols
representing the status of an item instead of full words.
ex: a leather armour (wielded)
would become
a leather armour (w)
or
a leather armour *
My idea:
* worn/wielded
- locked (my new hack)
# opened
@ active
These symbols are basically random, I could also do:
(w) worn/wielded
(l) locked (my new hack)
(o) opened
(a) active
Any opinions?
##############################################################################
# Scott MacFiggen -- 88 VTR250 -- EUVE Systems Administrator -- CEA #
# #
# CSUA Vice-President #
##############################################################################