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

I7 - having one scene fire before another one

44 views
Skip to first unread message

rsmyth

unread,
May 13, 2012, 12:43:02 PM5/13/12
to
Hello,

I want to have two scenes start simultaneously but have one "fire"
before the other one. The order that the scenes occur in the code
doesn't seem to make a difference--which leads me to ask how it is
that Inform 7 decides which one will go first....

Anybody knows how it works and/or how to fix?

Thanks.

--Richard

rsmyth

unread,
May 13, 2012, 12:46:57 PM5/13/12
to

Some more detail: one scene has some "When scene1 begins" text; the
other scene has some "Every turn during scene2" text. I want the
scene2 text to come before the scene1 text....

Thanks.

--Richard

Felix Larsson

unread,
May 17, 2012, 8:13:08 AM5/17/12
to
That's probably the problem.
Every turn rules simply happen very late in the turn.
Perhaps you can add a "When scene2 begin" and somehow suppress the
"Every turn during scene2" that first turn (setting a flag or
whatever).
0 new messages