-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make permanent an option in trigger, without writing it on triggers #115
Comments
I think you can use default trigger in check this tutorial
|
Hi, |
Something like this maybe:
The high weight value should ensure the trigger gets tested first (unless you have other triggers with weight >100). If it begins or ends with the word "alfred" it just redirects to a trigger without that word. It may be possible to combine them into one trigger, but using optionals on either end like your original example might backfire: the first iteration you'd match the |
Perfect, Noah. So simple... ps : this test failed
This worked :
Hope it will help each other ! |
Hi Noah, hi all,
I continue Alfred s' brain (a physical Alive robot)
When I communicate with Alfred, I ofter tell "Alfred", at the beginning or end sentence :
How could I tell the program : forget alfred word ??
ex :
I'd like rivescript to ignore this word when i speak it. So I will not have to write it everywere !
Sure I could erase it on python with a replace command, but I'd like to do it under a rive file !
The text was updated successfully, but these errors were encountered: