Journal - uosagas/assistant GitHub Wiki

Overview

Journal.Contains('your string to search')
Journal.Clear()

Contains

Journal.Contains('your string to search')

Parameters
String: The string you search for in journal

Returns
Boolean: true on success, false on failure

Example

if Journal.Contains('Maj the weaponsmith') then
   Messages.Print('found')
end

Clear

Journal.Clear()

Returns
Boolean: true on success, false on failure

Example

if Journal.Contains('Maj the weaponsmith') then
   Messages.Print('found')
end
Journal.Clear()
⚠️ **GitHub.com Fallback** ⚠️