npcDeferredMessagesDirectobject | msg_neu.t[2363] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
Some messages will never be deferred:
commandNotHeard - if a command is not heard, it will never enter an actor's command queue; the error is given immediately in response to the command entry.
refuseCommandBusy - same as commandNotHeard
noMatchDisambig - interactive disambiguation will not happen in a deferred response situation, so it is impossible to have an interactive disambiguation failure.
disambigOrdinalOutOfRange - for the same reason noMatchDisambig can't be deferred.
askDisambig - if we couldn't display a message, we definitely couldn't perform interactive disambiguation.
askMissingObject - for the same reason that askDisambig can't be deferred
askUnknownWord - for the same reason that askDisambig can't be deferred.
npcDeferredMessagesDirect : npcDeferredMessages
(none)
npcDeferredMessagesDirect
npcDeferredMessages
object
ambiguousNounPhrase
askMissingObject
commandNotUnderstood
emptyNounPhrase
insufficientQuantity
noMatchCannotSee
noMatchForAll
noMatchForAllBut
noMatchNotAware
singleObjectRequired
uniqueObjectRequired
wordIsUnknown
zeroQuantity
ambiguousNounPhrase (actor, originalText, matchList, fullMatchList) | msg_neu.t[2432] |
askMissingObject (actor, action, which) | msg_neu.t[2439] |
commandNotUnderstood (actor) | msg_neu.t[2364] |
emptyNounPhrase (actor) | msg_neu.t[2394] |
insufficientQuantity (actor, txt, matchList, requiredNum) | msg_neu.t[2408] |
noMatchCannotSee (actor, txt) | msg_neu.t[2371] |
noMatchForAll (actor) | msg_neu.t[2381] |
noMatchForAllBut (actor) | msg_neu.t[2387] |
noMatchNotAware (actor, txt) | msg_neu.t[2375] |
singleObjectRequired (actor, txt) | msg_neu.t[2422] |
uniqueObjectRequired (actor, txt, matchList) | msg_neu.t[2415] |
wordIsUnknown (actor, txt) | msg_neu.t[2448] |
zeroQuantity (actor, txt) | msg_neu.t[2401] |