Can Exit be used as a command?

OurJud
11 Dec 2016, 19:43

I'm trying to use enter and exit as verbs for getting in and out of a car. Enter works fine, but exit throws this error:

Error running script: Error evaluating expression 'Eval(this.defaultexpression, params)': Error compiling expression '"Cant't exit" + object.article"."': SyntaxError: Unexpected token ""."" <STRING_LITERAL>; expected one of <EOF>Line: 1, Column: 39

OurJud
11 Dec 2016, 20:21

This is definitely an error, but I'm not sure how to fix it. Even I remove the exit verb, I still get this if I type exit car.


OurJud
11 Dec 2016, 20:58

Never mind. Fixed it. Deleted the verb and used command pattern instead.