idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
16
common/scripted_triggers/00_playdate_activity_triggers.txt
Normal file
16
common/scripted_triggers/00_playdate_activity_triggers.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
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 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue