You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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).