NPC Scripting: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
Line 27: Line 27:


[[Behaviors and Reactions]]
[[Behaviors and Reactions]]
[[NPC Variables]]


[[NPC Behavior Data Structures]]
[[NPC Behavior Data Structures]]

Revision as of 22:16, 25 December 2013

NPCs are scripted where the main elements are perceptions that represents events in the soundings of the NPC. The NPC has a set of reactions that decide if the NPC will react to a perception. The reaction that start a behavior that is a set of operations the NPC will perform. Some NPCs work together in tribes, see Tribe Scripting for details.


Table of Contents

SuperClient Overview

Network Protocol Concepts

NPC Types

Behavior Operations

Behaviors and Reactions

NPC Variables

NPC Behavior Data Structures