N3OW/common/scripted_triggers/00_playdate_activity_triggers.txt

17 lines
321 B
Text
Raw Normal View History

2025-06-02 16:22:24 +01:00

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 }
}