fuzzball-muck/fuzzball

moveto doesn't notify per action flags (SF Issue)

tanabi opened this issue · 0 comments

moveto always notifies 'XXX has arrived.' For proper
behavior, it should check the calling action's flag
state to determine if the message is displayed or not,
as per an action-based movement without code.

....

It should be easy to do this one -- if(!FLAGS(trigger) & DARK)?

What are all the situations that cause action-based movement
without code to not echo the 'XXX has arrived.'?

...

Should we just create a MOVETO_TRIG or MOVETO_SILENT primitive?