ForceGreet (Package Template)

From the CreationKit Wiki
Jump to navigation Jump to search

Summary[edit | edit source]

The ForceGreet package template is used to get actors to a location to wait for the player to arrive at some other location (trigger location), and then walk up to the player and initiate dialogue.

It makes use of the following procedures:

  • ForceGreet - used to get the actor to initiate dialogue
  • Travel - used to get the actor to walk to the location he waits at, and to walk to the player
  • Sandbox - used to get the actor to "do stuff while he waits" for the player to arrive at the trigger location

Public Data[edit | edit source]

  • Topic - the topic that the NPC initiates dialogue with
  • NPC Wait Location - where the NPC waits for the player to arrive (he will sandbox here while waiting)
  • Trigger Location - when the player gets here, the NPC will walk up to the player and initiate dialogue
  • Forcegreet Distance - MUST BE the PlayerRef, only change the Radius value - how close the actor will walk to the player before initiating dialogue
  • Player must be detected - only forcegreet if the player is detected
  • Greet Using Preferred Path - NPC will path to player only using the preferred path
  • Forcegreet if player on horseback - If false, actor will not forcegreet if the player is on a horse
  • Sandbox while waiting - if true (usually is) the actor will sandbox while at the "NPC Wait Location"
  • Allow XXX - the various parameters for the Sandbox Procedure

See Also[edit | edit source]