You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: