Skip to main content

ai_npc_eventresponsesystem

Point Entity

An entity that allows you to generate events for nearby friendly NPCs to respond to.

Inputs

  • TriggerResponseEvent <String>
    Fire an NPC Response Event. The parameter should match the response rules concept that any nearby friendly NPCs will try to speak.

  • ForceTriggerResponseEvent <String>
    Fire an NPC Response Event, and force the first available NPC to speak the response (breaking them out of any scene they're in). The parameter should match the response rules concept that any nearby friendly NPCs will try to speak.

  • ForceTriggerResponseEventNoCancel <String>
    Fire an NPC Response Event, and force the first available NPC to speak the response (but don't break them out of any scene they're in). The parameter should match the response rules concept that any nearby friendly NPCs will try to speak.