This is my code, idk what to do to make this work. I want the statement that comes after this code to work when "let's go gambling" is in the history but "You're hungover, sleep" is not true, do you understand what I'm getting at? I need help to make this code work, if you could help, that'd be fantastic.
(if: (history:) contains "Let's go gambling" not "You're hungover, sleep")
as well as this one
(if: (history:) contains "Let's go gambling" (unless: (history:) contains "You're hungover, sleep"))
(if: (history:) contains "Let's go gambling" (unless:) (history:) contains "You're hungover, sleep")
both don't work and I don't know what to do