fuzzball icon indicating copy to clipboard operation
fuzzball copied to clipboard

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

Open tanabi opened this issue 3 years ago • 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?

tanabi avatar Jul 06 '21 18:07 tanabi