ChrisWIntergalactic Janitor


Posts : 1 Joined: 3 OCT 2010
Status : Online | I'm having some trouble getting this extension to work. What I'm trying to do is, as the player leaves a room, the game gives a message as the payer walks between the rooms. My code looks like this:
Before going to CorridorB: say "The door slides quickly open, making a barely-audible whooshing noise. Strange, it should be louder. It's probably because the air is so thin. You step through it into a corridor.". wait 5000 milliseconds before continuing. Move the player to CorridorB.
|
At the top, I have included Glulx Entry Points by Emily Short and Fixed Point Maths by Michael Callaghan, as they are required. They are also installed.
The error I'm getting is this:
Problem. You wrote 'wait 5000 milliseconds before continuing' : but I can't find a verb here that I know how to deal with, so I am ignoring this sentence altogether.
Am I doing something wrong, or is it inform?
|