- acko wrote:
Is it correct that system message 40 (You can see:) only displays if there are objects in the same room - and not when there are no objects but there are characters ...?
Hi Mark, Yes that is correct behaviour.
In TAB, you can and should extend your "Character Announcement" text field to include a little more than what is contained in the "Character's Name" text field particularly if the Character is not going to move from its location...
"Russell the barman stands behind the bar."
Eg3:
'===========
You are standing at the bar in your local tavern.
A door leads to the north.
Exits lead: north.
Russell the barman stands behind the bar.
What now?
'============
You can vary these "announcement" texts by suing the %r% random tags within these strings eg:
Joseph the farmer is here.%r%Farmer Joseph stands near you.%r%Joseph, a friendly farmer, is beside you.
and even the "Character Name" text itself:
"Joseph the farmer%r%Farmer Joseph%r%The farmer named Joseph%r%Joseph"
So you could have something like:
Russell the barman is here.%r%Russell the barman stands behind the bar.%r%Russell the barman polishes a glass.%r%Russell the barman serves a customer.%r%Russell the barman looks at you.
Regards,
Phil.