For those batas who always got the extra lighter.
Just for educational purposes, I'm going to lay out some knowledge on how the MOO parses commands. As I think it will help refine some ideas in the future.
'light
Specifically for more complex actions it is typically something like: "[verb] [direct object] [preposition] [indirect object]"
For example: [light] [cigarette] [with] [lighter]
The MOO does a lot of the work when we have commands in that format, because it automatically detects the direct object and indirect object.
-- S
(Edited by Slither at 4:51 pm on 9/12/2021)