Journal - uosagas/assistant GitHub Wiki
Journal.Contains('your string to search')
Journal.Clear()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')
endJournal.Clear()Returns
Boolean: true on success, false on failure
Example
if Journal.Contains('Maj the weaponsmith') then
Messages.Print('found')
end
Journal.Clear()