Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

While complex dialogs with NPCs are typically accomplished using the missions system and broadcast chatter is done using AI scripting we can configure some basic chat dialog elements by using the chat_parameters option within World Editor. You will find this if you navigate to a specific NPC bot within World Editor and open its properties. You can also do this for a group at the npc_group level using bot_chat_parameters.

These parameters are configured in a sort of "key / value" pair fashion.

Valid Chat Actions

  • OP <arguments> - inserts the argument into the Optional Parameters list.
  • shop <shop type> - using the shop_categories.cfg enable the NPC to be a shop keeper of that type.
  • item <sheet> <quality> [<price>] [<faction type>  [<point price>] ] - adds an item for sale.
  • nitem <name> <price> <faction type> <point price> - adds a named item for sale.
  • phrase <sheet> - adds a phrase for sale
  • sale - TODO
  • phrase_race_filter - TODO
  • phrase_type - TODO
  • phrase_bot_race_filter - TODO
  • +mission - TODO
  • welcome - TODO
  • web - TODO
  • guild - TODO
  • dyn_mis - TODO
  • news - TODO
  • menu - TODO
  • outpost - TODO
  • organization - TODO

 

 

  • No labels