Sandworm Cavern SONAR Hooks
===========================
So, your addon has an… unusual piece of body armor, and you'd like our plot
item provider to react to it appropriately.  Well, first off, thanks for
helping to make this addon a bit more fun. ;)  We provide a hook that you
can use to influence the relevant chat dialog:

SONAR:bikiniText
----------------
  Invoked near the end of the local stage2text() function in the
  'sonar-guy' chat definition while determining the appropriate text to use
  in the chat diaog.
  self is:	The 'class' superclass
  data{} fields:
    text	The chat text determined so far.  Your hook may modify this
		text in place.  Your hook may also set this field to one of
		the following string values, which will arrange for the
		chat dialog to use the text that it would otherwise have
		used for that case:
		  - "FUN_BIKINI"
		  - "FUN_MANKINI"
		  - "FUN_CHAINMAIL_BIKINI"
		  - "FUN_CHAINMAIL_MANKINI"
		  - "naked"
		  - "default"
    player	The player Actor for whom the chat was created.
    define_as	The .define_as field of the player's current worn body
		armor, or nil if the player is not wearing body armor or is
		wearing body armor that does not define a .define_as field.


$Id: hooks.txt 5353 2026-05-21 18:12:59Z dsb $
