Skip to content
Snippets Groups Projects
Unverified Commit c8b53507 authored by Kat Marchán's avatar Kat Marchán
Browse files

added basic.ron example

parent bdb9e462
No related branches found
No related tags found
No related merge requests found
(
picker: {"FirstToScore": (threshold: 80.0)},
choices: [(
consider: [{"Bladder": (weight: 3.0)}],
then: {"Thinker": (
picker: {"FirstToScore": (threshold: 80.0)},
choices: [(
consider: [{"Bladder": (weight: 3.0)}],
then: {"Pee": ()}
)]
)}
), (
consider: [{"Thirst": (weight: 2.0)}],
then: {"Drink": ()},
), (
consider: [{"Hunger": (weight: 2.0)}],
then: {"Eat": ()},
)],
otherwise: Some({"Meander": ()}),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment