Reset Password
Existing players used to logging in with their character name and moo password must signup for a website account.
- Diamond 18s After Winter, must come Spring.
- Veleth 4s Vampires don't sparkle.
- F9DFCQ 1m
- Jengris 6m
- Fogchild1 51m
- Cword 28m
- Hivemind 10m
- Enven 5m
- Emily 5m I lost myself, in the dark charade.
- QueenZombean 15s Singing the song that doesn't end, yes it goes...
- Gragulon 2h
- Rillem 4m Why's the weed always gone?
- zxq 38s
- Vanashis 7m
- Sivartas 8s
- adrognik 35s
- SolBrother 8s
- MrJDucky2 1h
j Fengshui 1d
a Mench 7m Doing a bit of everything.
And 21 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

Got a light, chum?
Lighting other peoples smokes for them.

Maybe an @trust thing? Command would work like 'light cig on Bob with lighter' and you would reach over and light Bob's cigarette/joint/bubbler.

For those batas who always got the extra lighter.

Good idea. Would be a nice to have for flavor.

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 on ' might be a good command for this but 'light with on ' is not a command that the MOO supports natively. If you examine objects you'll see a pattern emerges in terms of how the commands are laid out.

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)