= Director Control Panel = The [[Director Control Panel]] provides a GUI "swiss army knife" for the Quagents [[Director]]. It provides the user intuitive controls for manipulating other players, Quagents, and the game world in general. == Quagents Implementation == The control panel provides a set of graphical hooks for accessing director commands. These commands may be separated into two semantically distinct sets - commands which affect a single player or Quagent and commands which affect the game world as a whole. As such, the panel is separated into two distinct tabbed panels - one for the former and one for the latter. Each button, field, and drop box present in the GUI references (directly or indirectly) a [[ProtocolZero]] director command. Currently, the scenario spawns a player character in addition to creating a director connection. This will be patched in the next version of Quagents to provide only a director connection and ability to follow any connected entity's viewpoint. For more information, see the below TODO section.