How do I store an agent in a variable?

When the data type is optional, you need to use the option{} marco to assign non-optional values. Here is an example:

set Queen = option{ValidAgent}
1 Like