16 lines
321 B
Text
16 lines
321 B
Text
|
|
|
|
playdate_default_participant_trigger = {
|
|
is_ai = yes
|
|
NOT = { this = root }
|
|
is_alive = yes
|
|
is_imprisoned = no
|
|
is_incapable = no
|
|
}
|
|
|
|
|
|
playdate_potential_guest_check_trigger = {
|
|
NOT = { this = scope:activity.activity_host }
|
|
is_available_for_child_activity_trigger = yes
|
|
NOT = { is_in_list = potential_guests }
|
|
}
|