You can copy and paste the two commands in game to download the 2 files needed for this script to work.
;repo download speechfinder.lic
;repo download speechtonesandverbs.rb
To search:
;speechfinder b WORD (Will search VERBS or TONES for exact, closest, or best match)
;speechfinder v WORD (Will search only VERBS for exact, closest, or best match)
;speechfinder t WORD (Will search only TONES for exact, closest, or best match)
Example of output.
>;speechfinder b happy
--- Lich: speechfinder active.
[speechfinder: Debug: script.vars = ["b happy", "b", "happy"]]
[speechfinder: Searching both Verbs and Tones for 'happy':]
[speechfinder: No exact match found. Closest match for 'happy' =VERBS:]
[speechfinder:
=imply
(Category: Soothe/Comment)
suggest, hint, or indicate something without stating it directly; involve or entail by implication.]
[speechfinder: ]
[speechfinder: Matching items for 'happy' :TONES:]
[speechfinder:
:happy
(Category: Happy)
speaking in a joyful, content, or satisfied manner; showing a positive mood.]
>;speechfinder v happy
--- Lich: speechfinder active.
[speechfinder: Debug: script.vars = ["v happy", "v", "happy"]]
[speechfinder: No exact match found. Closest match for 'happy' =VERBS:]
[speechfinder:
=imply
(Category: Soothe/Comment)
suggest, hint, or indicate something without stating it directly; involve or entail by implication.]
>;speechfinder t happy
--- Lich: speechfinder active.
[speechfinder: Debug: script.vars = ["t happy", "t", "happy"]]
[speechfinder: Matching items for 'happy' :TONES:]
[speechfinder:
:happy
(Category: Happy)
speaking in a joyful, content, or satisfied manner; showing a positive mood.]
Script created with Chat GPT.
1.0.0 (2024-09-14)
- Initial release.
1.1.0 (2024-09-15)
- Tones have been added and can be searched via the command ;send tfind TONE
- Output has been limited to 5 speech tones or 5 speech verbs to limit screen scoll.
- Changed script from a loop-based structure to an execution-based structure.
- Added b variable option to search both verbs and tones at the same time.
Visit https://discord.com/channels/226045346399256576/1284700864132546602 to discuss and offer feedback.```