Skip to content

Commit

Permalink
room02: walk to superior before initiating the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dos1 committed Oct 12, 2015
1 parent eb3f6bd commit 29a5bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rooms/room02/room02.slu
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ objectType room02_bcTransition("go")

if(! room02_crossedCB)
{
callEvent(walkToPerson, room02_superior);
callEvent(talkingToEgo, room02_superior);

room02_crossedCB = TRUE;
Expand Down

0 comments on commit 29a5bc7

Please sign in to comment.