script
 SCRIPT_FABRIKA_TREE
 2147483647
 ITEM_ON_HOTSPOT_SCRIPT
 ITEM_CURSOR
 HOTSPOT_FABRIKA_TREE

 action 
  ACTION_DISABLE_USER_INPUT
 end_action

 action 
  ACTION_SAY_TEXT
  "Hello, Tree!"
 end_action

 action 
  ACTION_SAY_TEXT
  "What's up, Tree?"
 end_action

 action 
  ACTION_SAY_TEXT
  "Don't feel like talking today, Tree?"
 end_action

 action 
  ACTION_SAY_TEXT
  "Goodbye, Tree."
 end_action

 action 
  ACTION_SAY_TEXT
  "(whisper) Stupid Tree!"
 end_action

 action
  ACTION_WAIT_TIME
  50
 end_action

 action 
  ACTION_SAY_TEXT
  "The National Institute of Psychiatric Health warns us:"
 end_action

 action 
  ACTION_SAY_TEXT
  "Talking to trees may be the first sign of schizophrenia."
 end_action

 action 
  ACTION_ENABLE_USER_INPUT
 end_action
end_script
