Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
315 B
1
Indexable
Never
{On board in
    {If place "commander"
    {Tags add "commander"}
}}
{On board out
    {Tags remove "commander"}
}
{On "blinded_on"
    {If tagged "commander"
         {Kill_delay "duck"}
         {Ani_play "open"}
         {Delay 10 "duck" {if linked {ani_play "open" -1.0 resume}}
        }
    }
}}