Room description issue

rgauthier
17 Dec 2018, 19:29

Hello all,
How do I get Quest to NOT show a room description after an object is switched on.
Player enters the room. Room is described including objects. Player uses a switch, room is described again in between the result of the switched object . Any help is appreciated.


Dcoder
17 Dec 2018, 19:56

game.showdescriptiononenter = False
game.showdescriptiononenter = True


mrangel
17 Dec 2018, 23:45

The room description shouldn't be shown again unless the player object moves.


jmnevil54
21 Dec 2018, 07:19

I thought it was:

game.showdescription = False
game.showdescription = True

But maybe he needs something else?