thanks, but one more thing is there a way to unlock lexi when i already rejected her?
I'll be honest with you I haven't really had any excuse to figure out of to set someone as not
gone_forever
, I think
lexi.unset_gone_forever()
will work but haven't tested.
My working theory is it's like
name.hide()
and since the command to undo
name.hide()
is literally just
name.unhide()
maybe
name.set_gone_forever()
fallows the same rules.
If that doesn't work maybe
del lexi.set_gone_forever()
will do it, but I'm less confident in this one just cause I'm pretty sure
del
is for removing stuff from lists and
name.set_gone_forever()
doesn't appear to be a list like in the case of
DONE["event_name"]
.
If neither of those work use
lexi.unhide()
, then remove every instance of
Not(IsGone()),
that are under
PersonTarget(lexi,
from the code. To learn to edit the code just search for messages by me in this thread that mention
RPA
.