Before I even start, I'm using the browser version because I am using a Mac.
Ok, so here's my problem. I have a scenario where you need to use a screwdriver to unscrew a vent grate on the ceiling. Now at the moment, you have to type "use screwdriver with vent/grate/vent grate" and I want versatility so that the player can type other things to do the same task. For example, if he/she types "unscrew vent" It want it to open as well. I can't seem to get this to work.
I guess my question is what's the easiest way to assign multiple words for the same command? I have tried making the verb "unscrew" (and this is on the vent object itself, is that right?) and then saying run a script: If player is carrying object screwdriver unlock exit vents, print message "you unscrew..." Then when I go into the game and type that, it doesn't work.
Here's a pic of the current verb script:

Can anyone help me??