Tribes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Tribes are community of [[NPC|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes. | Tribes are community of [[NPC|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes. A tribe give tasks to each member in order to archive the common goal. Each member use the standard NPC scripting to perform its tasks. | ||
<uml> | <uml> | ||
Line 10: | Line 10: | ||
activate NPC | activate NPC | ||
Tribe <- NPC: Do Nothing | Tribe <- NPC: Do Nothing | ||
deactivate | deactivate NPC | ||
</uml> | </uml> | ||
Revision as of 11:41, 23 December 2011
Tribes are community of NPCs that works together to archive a common goal. The NPC Client controls the tribes. A tribe give tasks to each member in order to archive the common goal. Each member use the standard NPC scripting to perform its tasks.

See Tribe Design for the technical details.