checking war PADL/windchime use

ckb

Minion
Staff member
I seem to recall a way to check for the last use of PADL Phone and/or communications windchimes during the L12 war.
But now I cannot remember how.
Can someone help?

Was it a get_property()? I cannot find one.
Was it a get_counters()? What is the syntax?

Thanks!
 

lostcalpolydude

Developer
Staff member
Using one creates a 10 turn counter. Checking if that counter exists and has more than 0 turns left is probably the way to go. get_counters() looks like the right function, I can't really check on the syntax right now though.
 

ckb

Minion
Staff member
For future reference (I remembered to check this run), the syntax for checking if you can legitimately use a PADL Phone is:
Code:
get_counters("PADL Phone",1,10)!="PADL Phone"
 
Top