Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inform7 Printing room description in After rule

82 views
Skip to first unread message

Andre Odendaal

unread,
Mar 22, 2013, 2:55:35 AM3/22/13
to
I have the following rule:
After going to the street in the presence of a guard:
say "'Halt! Who goes there?'";
continue the action.

The result is:
> w
"Halt! Who goes there?"
The Street
A street of no particular description.

A guard is here

>

But I want the halt message to appear after the room description has been printed. How can I do this?

André Odendaal

unread,
Apr 26, 2013, 5:01:20 AM4/26/13
to
Does anyone have any advice on this?

Brian

unread,
Jun 9, 2013, 12:01:06 AM6/9/13
to
André Odendaal <aode...@gmail.com> wrote:
> Does anyone have any advice on this?

Its been a while since I've tried writing an adventure in I7 but what I did
find useful is to study some examples as one of them should hold the answer
to what you want to do.

You could try
'Print room description' after the condition but I am guessing at this.

--
Regards Brian

Al

unread,
Jun 19, 2013, 9:09:11 AM6/19/13
to
after looking when yourself is in Jailhouse Room:

say "Halt! Who goes there

Al

unread,
Jun 19, 2013, 9:10:09 AM6/19/13
to
What you shou7ld say is
After looking in (Jailhouse room):

Al

unread,
Jun 19, 2013, 9:11:01 AM6/19/13
to
try this:

After looking in Jailhouse Room:
if the Guard is visible:
say "Halt! Who Goes there?"
0 new messages