This shows you the differences between the selected revision and the current
version of the page.
| wmebook:ch3 2008/01/10 11:49 | wmebook:ch3 2008/07/21 07:49 current | ||
|---|---|---|---|
| Line 401: | Line 401: | ||
| Game.Interactive = false; | Game.Interactive = false; | ||
| global doorClicked; | global doorClicked; | ||
| - | if (doorClicked) | + | if (!doorClicked) |
| { | { | ||
| actor.Talk("I don't want to return to my flat before I am sure I can't enter the warehouse!"); | actor.Talk("I don't want to return to my flat before I am sure I can't enter the warehouse!"); | ||