ConvAgendaItemclass | actor.t[7070] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
A "conversational" agenda item. This type of item is ready to execute only when the actor hasn't engaged in conversation during the same turn. This type of item is ideal for situations where we want the actor to pursue a conversational topic, because we won't initiate the action until we get a turn where the player didn't directly talk to us.
class
ConvAgendaItem : AgendaItem
Superclass Tree (in declaration order)
ConvAgendaItem
AgendaItem
object
Subclass Tree
ConvAgendaItem
FactAgendaItem
Global Objects
Summary of Properties
greetingDisplayed
isReady
otherActor
reasonInvoked
Inherited from AgendaItem
:
agendaOrder
calledBy
endCondition
executeOnce
initiallyActive
invokedByActor
isDone
name
Summary of Methods
Inherited from AgendaItem
:
actorSay
getActor
initiateConversation
invokeItem
registerItem
report
resetItem
Properties
greetingDisplayed | actor.t[7166] |
Flag; did invoking this item result in the display of a greeting (from an ActorHelloTopic)?
isReady OVERRIDDEN | actor.t[7071] |
no description available
otherActor | actor.t[7078] |
The actor we're planning to address - by default, this is the PC. If the conversational overture will be directed to another NPC, you can specify that other actor here.
reasonInvoked | actor.t[7174] |
Why was this ConvAgenda Item invoked?
1 = InitiateConversationReason = Actor initiating new conversation
2 = ConversationLullReason = Actor using lull in conversation
3 = DefaultTopicReason = Actor responding to DefaultAgendaTopic
1 = InitiateConversationReason = Actor initiating new conversation
2 = ConversationLullReason = Actor using lull in conversation
3 = DefaultTopicReason = Actor responding to DefaultAgendaTopic
Methods
invokeItemBase (caller) OVERRIDDEN | actor.t[7081] |
There's more work to do on a ConvAgendaItem when it's invoked
Adv3Lite Library Reference Manual
Generated on 26/02/2025 from adv3Lite version 2.2
Generated on 26/02/2025 from adv3Lite version 2.2