Difference between revisions of "Tribes"

From PSwiki
Jump to navigation Jump to search
(7 intermediate revisions by the same user not shown)
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 [[Non-Player_Character|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>


== Documentation ==
See [[Tribe Scripting]] for details regarding how to create a tribe and [[NPC Scripting]] regarding details how to create a NPC.


== Design ==
See [[Tribe Design]] for the technical details.
See [[Tribe Design]] for the technical details.




[[Category:Engine Documents]] [[Category:NPCClient Design]]
[[Category:Engine documents]] [[Category:NPCClient Design]] [[Category:NPCClient Scripting]]

Revision as of 19:02, 9 April 2013

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.

Adobe SVG Viewer plugin (for Internet Explorer) or use Firefox, Opera or Safari instead.

Documentation

See Tribe Scripting for details regarding how to create a tribe and NPC Scripting regarding details how to create a NPC.

Design

See Tribe Design for the technical details.