Wednesday, November 24, 2010

Configure the Hover Text

Pandorabots are delivered with a default setting for the display of hover text - the text floating above their head. The default setting for Pandorabot hover text is:
    "Chat with me in Local Chat!
     Touch me for Information"

Hover text display can be easily disabled via the Pandorabot configuration dialog menu. Click your active Pandorabot, select "Hover Text", and click either "Enable" or "Disable".

To change the hover text edit the Configuration notecard and add a line to the top:
    HOVER_TEXT = Your_Custom_Hover_Text

The color of the hover text can also be set by adding a line to the top of the Configuration notecard:
    HOVER_COLOR = <r, g, b>
where <r, g, b> represents the amount of red, green, and blue with values between 0 and 1. For instance, to set a red hover text, use:
    HOVER_COLOR = <1, 0, 0>

To disable hover text even after a Pandorabot reset, add the following line to the top of the Configuration notecard:
    HOVER_ENABLED = FALSE

No comments:

Post a Comment